UNPKG

grapesjs-cli

Version:

GrapesJS CLI tool for the plugin development

10 lines (8 loc) 200 B
export default (editor, opts = {}) => { const bm = editor.BlockManager; bm.add('MY-BLOCK', { label: 'My block', content: { type: 'MY-COMPONENT' }, // media: '<svg>...</svg>', }); }