Replies: 1 comment
-
Properties like |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi, I'm trying to create a set of custom components that will render into a wizard. I wanted to use
ul
andli
for some of the parts, but thetagName
is missing from the project data:How can I make a component force to store the tag name in the resulting project data? I use the project data later on to render some outputs on the backend and I am not currently using the
toHTML()
function to render it from GrapesJS. Any advice, please?Beta Was this translation helpful? Give feedback.
All reactions