#2972August 25, 2020by kuhelbeher💬 3 answers❤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...
#2746April 29, 2020by NorthstarTech💬 3 answers❤2
When ckeditor/richtext toolbar is open. Mouse hovering on elements, Border line overlapping the toolbar. borders overlaping.
#2383November 6, 2019by smik3💬 3 answers❤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...
#2337October 17, 2019by navewi💬 3 answers❤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...
#2211August 22, 2019by abozhinov💬 3 answers❤0
Hi, I add STATE in style manager :before and :after but all the styles are applied to the component.
#2154July 20, 2019by adelliinaa✓ Solved · 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...
#1909March 20, 2019by iggolob💬 3 answers❤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...
#1599November 20, 2018by 00salmon💬 3 answers❤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...
#1516October 15, 2018by FrciSmrci💬 3 answers❤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...
#1368August 16, 2018by shlomoko✓ Solved · 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