allphat

Results 6 comments of allphat

maybe you can try to set a push type with Payload setPushType method?

It should be possible with access to current CKEDITOR instance. Is there a way to access it?

yes i managed to load some custom plugins with CKEDITOR.plugins.addExternal beware of the path where your plugin si stored

I managed to cut lines on server side for now

you can pass an option to the editor plugin. the ckeditor4 option to pass is "versionCheck: false"

you have to declare versionCheck under "options" something like this ``` const editor = grapesjs.init({ container: "#gjs", fromElement: true, plugins: [grapesjsPresetNewsletter, grapesjsPluginCkeditor, grapesJSMJML], pluginsOpts: { [grapesjsPluginCkeditor]: { options: { versionCheck:...