grapesjs
grapesjs copied to clipboard
Free and Open source Web Builder Framework. Next generation tool for building templates without coding
Taken from https://github.com/artf/grapesjs/blob/dev/src/editor/index.js#L33 > `component:update` - Triggered when a component is updated (moved, styled, etc.), the model is passed as an argument to the callback **reproduce the bug** - use...
Hello! I found weird bug with update listener. It's triggered on initial load if html code has tag with class attribute: ```javascript const editor = grapesjs.init({ container: "#gjs", storageManager: {...
Hello, first of all thanks for a great tool. On my project i hit the problem where I need to disable scripts inside the editor. I found 2 similar issues...
There is a problem with link and CKEditor. I enabled editable property for tags: ```javascript CKEDITOR.dtd.$editable.a = 1; ``` And when I doubleclick on the link it is editable, all...
Hi, I'm having some issue with mobile first approach. The canvas render the wrong style when setting different styles at multiple breakpoints. But the code generated is good, this issue...
Hi, I'm currently trying to start the editor "fromElement", setting the following html inside the container: ``` Lorem asd dolor sit amet consectetur, adipisicing elit. Similique repellat voluptatum voluptas ex,...
Hi there, Is there a way to setup the grapesjs editor such that the CSS generated for the HTML content is namespaced? In other words, how to avoid the style...
**Explanation** _Using https://grapesjs.com/demo.html v0.15.8 on Chrome 77.0.3~ Windows 10 Pro Build 18362_ Importing a Video component with any Boolean attribute (controls, loop, autoplay) using the import modal will break all...
Hi Team, We are using grapesjs newsletter plugin in our project for importing and preview the template. We are facing some difficulty in retaining the template structure which we import...
Hi there! the currently used structure of grapesjs is based on leveraging _backbonejs model-view concept_ for implementing the **Virtual Dom** inside the ecosystem of grapesjs. Virtual Dom is a great...