alexsoin / mail-editor

Конструктор писем. С возможностью сохранения и загрузки разметки.

Home Page:https://mail.zencod.ru/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MAIL-EDITOR

Конструктор писем. С возможностью сохранения и загрузки разметки.

Ядром проекта является https://unlayer.com/embed

Methods

method params description
loadDesign Object data Takes the design JSON and loads it in the editor
saveDesign Function callback Returns the design JSON in a callback function
exportHtml Function callback Returns the design HTML and JSON in a callback function

See the example source for a reference implementation.

Properties

  • minHeight String minimum height to initialize the editor with (default 500px)
  • options Object options passed to the Unlayer editor instance (default {})
  • tools Object configuration for the built-in and custom tools (default {})
  • appearance Object configuration for appearance and theme (default {})
  • projectId Integer Unlayer project ID (optional)
  • locale String translations string (default en-US)

See the Unlayer Docs for all available options.

Original

About

Конструктор писем. С возможностью сохранения и загрузки разметки.

https://mail.zencod.ru/


Languages

Language:Vue 83.3%Language:JavaScript 9.9%Language:HTML 3.9%Language:SCSS 2.9%