GrapesJS deletes html attributes
https://github.com/artf/grapesjs/issues/2973#issuecomment-682264998
Read full answer below ↓Question
Hello I start from:
<table style="width:100%;height:100%" border="1" data-template="true">
...
<h4 data-fieldname="dateEventoString" data-gjs-editable="false" data-gjs-removable="false" >
....
</h4>
...
</table>
but when i do editor.getHtml() the returned html is missing some original attributes ! Here the returned html:
<table border="1" data-template="true" id="i8wv">
...
<h4 data-fieldname="dateEventoString">
...
</h4>
...
</table>
I need that GrapesJS leave attributes unchanged, is that possible?
thanks, Walter
Answers (1)
Related Questions and Answers
Continue research with similar issue discussions.
Issue #384
Create and Edit Template into Database
This is my code to Create a new template and insert the inline html with style into the database : I am able to insert the template-data in...
Issue #507
uploadFile being called twice on drop file?
I have an editor initialized as so: If I add an image to the canvas and try to upload a new image by dragging it into the drop area in the...
Issue #2245
save html with inline css server side
hello all , I am using version 0.15.3 and want to save html data with inline css to server side this is my code where I am storing html to...
Issue #974
[Question] Removing the deviceManager and ViewCode buttons
I'm playing with the default init to try and remove the deviceManager and ViewCode buttons... var editor = grapesjs.init({ showOffsets: 1,...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.
Browse free plugins →Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.
Browse premium plugins →Related tutorials
In-depth guides on the same topic.
Tutorial
How to Build a Production GrapesJS Editor: The Complete Walkthrough of Brief, Preset, Plugins, and Services
A complete walkthrough of building a production GrapesJS editor: how to choose a preset, pick plugins, and scope setup services without burning a sprint.
Tutorial
GrapesJS Inline RTE Plugins Update: CKEditor 5 v0.1.4 and Froala Inline Text Editor
CKEditor 5 Inline for GrapesJS v0.1.4 fixes Studio SDK toolbar clipping, iframe injection and link balloon bugs. Compare with Froala Inline — both $69.
Tutorial
Embed GrapesJS in Your SaaS: A Weekend Guide
Embed GrapesJS in your SaaS and ship a white-label page builder over a weekend. Honest tradeoffs, real code, and the plugins that close the UX gap.
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.