Hi All, I am trying to use GrapesJs with grapesjs-present-newsletter plugin so I can show HTML with inside CSS. So I installed the plugin through npm and then imported the library inside index.html. Finally within "grapes.init ()" I added the following code: but "inlineCss" (it doesn't matter if its value is true or f...
Hi! ¿Have you got an uncompressed version of this framework? As I could see, there's only the minified version on this repo, so I can see the code for development environment. Best wishes, Martin
I have a use case where I would like to allow users to switch the template they are editing. On the initial load, the code seems to work fine and loads the template as expected, but on the subsequent loads the canvas is wiped blank.
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 ?