I am in the middle of working on some custom components/blocks. To achieve this i have been using the api docs and using your grapejs plugins as examples. This file in particular https://github.com/artf/grapesjs-navbar/blob/master/src/components.js . The issue i have is on save and reloading of the page. the script ta...
This is inside of a Plugin, I can confirm after init. That the editor is using the defined storage that I defined. Additionally, I can trigger editor.load() and editor.store() and see ajax calls go out if i crate them in the respective options. However, if I do not have load or store defined then I see no traffic in t...
Hello @artf , nice to see you again, i have a question, how to initialize materializecss modal from source code commands grapesjs? , let's see the code. initialize modal : then in the src/commands/index.js : Then after run the command, it's not work modal is not a function, can i customize DOM element from your source...
I'm adding a new component to the canvas using editor.addComponents({ ... }); but it's always added as the last element, to the bottom of the canvas. Is there a way to insert it at a specific point on the canvas? All my components are rows, so ideally I'd like to insert components by index. Thanks, T
Hi artf, where in the code do you transform this exemple This To this Just want to find how you delete the style="" and transform it to an id="#c54" by the model id :p i want to change the code to disable this Thanks
hi artf, i saw that you got a big Asset manager modal when your using dropzone in your wiki exemple, it is possible to get the code or to know how to got the same modal in your GIF ?
I use mjml preset and once the document is saved with this code: When the document is reopened, the span tag disappears, and we have got so we can not specify style on part of a text ? Regards,
I am trying to extend the editor to support css vars i added: to the page and i get in the browser: can you explain how the editor parses the css into the canvas? maybe i am missing something
Can not drop components on canvas in IE 11 but working fine in Firefox, Chrome. While clicking on blocks to drag getting error in console: Object doesn't support property or method 'matches' Also checked on http://grapesjs.com/demo.html getting same error. TIA