UNPKG

grapesjs_codeapps

Version:

Free and Open Source Web Builder Framework/SC Modification

11 lines (9 loc) 230 B
export default (editor, opt = {}) => { let pnm = editor.Panels; let optPanel = pnm.getPanel('options'); pnm.addButton('options', { id: 'mjml-import', className: 'fa fa-download', command: 'mjml-import' }); };