UNPKG

grapesjs-mjml

Version:

MJML Componenets integration in GrapesJS

51 lines (50 loc) 1.16 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = exports.default = { 'grapesjs-mjml': { category: '', panels: { buttons: { undo: 'Deshacer', redo: 'Rehacer', desktop: 'Escritorio', tablet: 'Tableta', mobile: 'Móvil', import: 'Importar MJML' }, import: { title: 'Importar MJML', button: 'Importar', label: 'Etiqueta' }, export: { title: 'Exportar MJML' } }, components: { names: { body: 'Cuerpo', button: 'Botón', column: 'Columna', oneColumn: '1 Columna', twoColumn: '2 Columnas', threeColumn: '3 Columnas', divider: 'Divisor', group: 'Grupo', hero: 'Hero', image: 'Imagen', navBar: 'Barra navegación', navLink: 'Enlace barra navegación', section: 'Sección', socialGroup: 'Grupo Social', socialElement: 'Elemento Social', spacer: 'Separador', text: 'Texto', wrapper: 'Envoltura' } } } };