Replies: 1 comment
-
The exported HTML is optimized and doesn't contain enough information for the editor to understand the code (eg. grapesjs.init({
// ...
optsHtml: { withProps: true }
}) |
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 use this comment to editor my html code
#324 (comment)
import & editor are perfect,But today I have question.
if I use custom data-gjs-type in html , and import again
data-gjs-type='xxxx' will become 'defalut'
what should I do?
↓ init tabs componets, tab is great

↓ open html editor and edit text , and click import button

↓ data-gjs-type="tabs" become 'default' , tab is not working

Beta Was this translation helpful? Give feedback.
All reactions