Конструктор писем. С возможностью сохранения и загрузки разметки.
Ядром проекта является https://unlayer.com/embed
| 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.
minHeightStringminimum height to initialize the editor with (default 500px)optionsObjectoptions passed to the Unlayer editor instance (default {})toolsObjectconfiguration for the built-in and custom tools (default {})appearanceObjectconfiguration for appearance and theme (default {})projectIdIntegerUnlayer project ID (optional)localeStringtranslations string (default en-US)
See the Unlayer Docs for all available options.