v0.2.3
Changes
- Adds new command
mjml-import:change
that triggers when mjml gets imported, you can listen for this event using the following code:
editor.on('run:mjml-import:change', (mjml) => {
console.log(mjml);
})
mjml-import:change
that triggers when mjml gets imported, you can listen for this event using the following code:editor.on('run:mjml-import:change', (mjml) => {
console.log(mjml);
})