data-gjs-* attributes in json #4762
Unanswered
shelendravashishtha2
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi,
generated HTML code |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to render this json on grapesjs editor
{ tagName: "div", attributes: { id: "random_id", draggable: false, "data-gjs-editable": false, "data-gjs-removable": false, }, components: [], }
but when the json is getting rendered on the editor all the attributes other than id are not getting rendered and I also can't find a way to do so .... can somebody please tell me how can we provide data-gjs-* attribs in json
Beta Was this translation helpful? Give feedback.
All reactions