Changing Traits Dynamically
Is it possible to change traits default selection?? For example when dragging a video, I wish that the default trait selection will be youtube instead of HTML5 source.
1399 questions in the GrapesJS community archive, 97 community-vetted. Sorted by most discussed — see real fixes, errors and code references.
Is it possible to change traits default selection?? For example when dragging a video, I wish that the default trait selection will be youtube instead of HTML5 source.
I've got an issue calling to my endpoint to load a template, it's doing a pre flight OPTIONS request but I cant find how to continue after the OK response componentDidMount() { this.editor = GrapesJS.init({ container: '#grapeEditor', plugi...
How can I put my footer at the end of the canvas? I want the editor to not allow placing a block/widget below the footer. example
Did the procedure to start the local server using dev branch as described on README, it worked on the console, but fails on chrome and the grapesjs don't load due to the following error
Hi all, I've integrated CKEDITOR as RTE on grapesjs. But now, when i made a copy and paste the content shows duplicated. Anyone had this bug before? Thanks
Hello all, I am using grapesjs version 0.14.52. I am having the following issue: When I drop a link block inside the canvas, I can use the following linkModel.get("content"), to get the content of the link. But once I set a new content, us...
Hello all, I am using grapesjs version 0.14.52. I am having the following issue: When I drop a link block inside the canvas, I can use the following linkModel.get("content"), to get the content of the link. But once I set a new content, us...
Hello all, Im using grapesjs-webpage-preset plugin and I would like to combine my gjs-html with my gjs-css so that all of the styles are inlined. I managed to do that while using 'juice', now I would like to store the gjs-components based...
Hi there, There is a problem with me, I don't know if it from my code or from grapejs itself, For LINK tool, it takes its links from my DB that contains for ex: link1,link2, then I put LINK tool in my page and save it in BD. I added link3...
I used to add custom html with editor.addComponent(). It works well at most of the time, but when I try to insert a large piece of HTML which may contain a bunch of children elements the canvas turns black and cannot be modified. I can onl...