UNPKG

grapesjs-cli

Version:

GrapesJS CLI tool for the plugin development

15 lines (12 loc) 212 B
export default (editor, opts = {}) => { const domc = editor.DomComponents; domc.addType('MY-COMPONENT', { model: { defaults: { // Default props }, }, view: { }, }); };