#297225 de agosto de 2020por kuhelbeher💬 3 respuestas❤0
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 with this problem - https://github.com/artf/grapesjs/issues/2046 https://github.com/ar...
#274629 de abril de 2020por NorthstarTech💬 3 respuestas❤2
When ckeditor/richtext toolbar is open. Mouse hovering on elements, Border line overlapping the toolbar. borders overlaping.
#23836 de noviembre de 2019por smik3💬 3 respuestas❤3
Fiddle replicating the issue: https://jsfiddle.net/gd8mo3e4/1/ I have a custom component for creating a gallery of pdf documents. There's a custom asset manager that opens when the block is dropped into the editor, to allow you to choose t...
#233717 de octubre de 2019por navewi💬 3 respuestas❤0
Hello, i'm trying to delete some of the default styles of the blocks. I wrote everything I changed in a plugin. I used this function to update for example the Text Components style-defaults: editor.DomComponents.addType(.....) seen here: h...
#221122 de agosto de 2019por abozhinov💬 3 respuestas❤0
Hi, I add STATE in style manager :before and :after but all the styles are applied to the component.
#215420 de julio de 2019por adelliinaa✓ Resuelto · 3❤8
Hello! I want to integrate a custom component with GrapesJS, using Angular CLI 7, but it doesn’t render. My component is built on top of another open-source component. When I want to include it in any Angular project, I would just import t...
#190920 de marzo de 2019por iggolob💬 3 respuestas❤1
Hi all We're working on a newsletter app and are using grapesjs as the email editor with the newsletter preset plguin and some custom changes. We store the HTMLs in our database and I noticed that some templates take a very long time to lo...
#159920 de noviembre de 2018por 00salmon💬 3 respuestas❤0
Version 0.14.40Click "Continue"Select "You have successfully signed up!" header (sqh-header)Drag sqh-header block between "Give $10 and Get $10" and text belowsqh-header appears visually above the Give $10 Header, but below the Give $10 He...
#151615 de octubre de 2018por FrciSmrci💬 3 respuestas❤2
Hey @artf , as described in the following task I made a build of the ckeditor 5 which works with GrapesJS, however some of the functionalities don't behave as expected. The bullet points and number points are created without a problem, but...
#136816 de agosto de 2018por shlomoko✓ Resuelto · 3❤2
Is there a way to have a dynamic resizing of the canvas? i.e not using the Device Manager, but having a drag and drop of the width, similar to what you can do with panels or components? Thanks