#4000December 7, 2021by zachsnoek๐ฌ 4 answersโค0
GrapesJS version [X] I confirm to use the latest version of GrapesJS What browser are you using? Chrome v89 Reproducible demo link https://grapesjs.com/demo.html Describe the bug How to reproduce the bug?In the official demo, navigate to t...
#3734August 30, 2021by anatoli-dpโ Solved ยท 4โค2
as the question states is there a way to trigger the save function via commands outside of autosave? not key value pairs but a command that instantly saves the entire project?
#3731August 27, 2021by gustavohleal๐ฌ 4 answersโค1
Version: 0.17.25 Are you able to reproduce the bug from the demo?[ ] Yes[x] No What is the expected behavior? Update a existing component of type text by adding an event to his view. Describe the bug detailed The event is being added, but...
#3727August 26, 2021by SintoDema๐ฌ 4 answersโค1
Hi @artf, Describe the bug detailed While creating a new template using GrapesJS, I came across a scenario that, when we try to import CSS from the import modal it does not get reflected in the editor. On a blank editor, I have created a t...
#3687August 10, 2021by Joshmamroud๐ฌ 4 answersโค1
Version: 0.17.22 Are you able to reproduce the bug from the demo?[ ] Yes[X] No I can't reproduce it in a demo however you can see it for yourself if log into Documint using the following credentials:Email: [email protected]: demo then mak...
#3496May 28, 2021by anlumo๐ฌ 4 answersโค1
What are you trying to add to GrapesJS? Component should be able to mark themselves as dirty, triggering the onbeforeunload warning message. Describe your feature request detailed I have a (custom) text component where the user can enter a...
#3337March 12, 2021by wfcheng๐ฌ 4 answersโค0
Hi, I am building a solution for students to tell their high school experiences as slides built from grapejs editor (similar to canva), and have configured the editor in 'absolute' mode, which works wonderfully. However I can't seem to fin...
#3325March 9, 2021by mmotov๐ฌ 4 answersโค0
Version: 0.16.44 Hi there! I have remote storage for pages, and recently I faced an issue when saving page, JSON.stringify(editor.getComponents()) started to throw error Uncaught TypeError: e[M].getId is not a function. I investigated the...
#3206December 23, 2020by jrkdโ Solved ยท 4โค6
Feature: The ability to create multiple pages in Grapesjs. Functional design Globally:[ ] Include a link to the right of 'Device [dropdown list]' in the top banner that says 'Current Page: <page-name>'[x] Include a new menu item to the rig...
#3193December 18, 2020by jlong-crestron๐ฌ 4 answersโค0
What are you trying to add to GrapesJS? Currently newly instantiated editor instances are added to a indexable collection where the user must manage the relationship of these editors in their implementation. Instead there should be a manag...