Unable to save & load HTML & Styles from db in latest [email protected] #4725
Unanswered
Mayank-wings
asked this question in
Q&A
Replies: 2 comments 1 reply
-
In the Grapes versions, the data will be saved from keys like 'gjs-pages', 'gjs-styles', 'gjs-assets', that changed in the last version to, styles, assets and pages |
Beta Was this translation helpful? Give feedback.
0 replies
-
@Mayank-wings docs are already updated and here you can see how you can enrich your project data with stuff like HTML |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I init grapesjs and all the component ,style manager, blocks , tailwindblocks all the things working fine with the Next.js
I have pass the
urlLoad
andurlStore
like thiswhen i am using the latest Grapesjs
0.20.1
version i can not save my components, styles , html to database but when i switch to Grapesjs0.17.22
i can save the html, component, style to database and also can load the data from database.I solve this issue from the discussion #4571 where i came to know about that the official doc is not updated and all the updated details available at Release Notes
can some one tell me how to save & load the Html, Component , Styles, Assets from db with
0.20.1
?Beta Was this translation helpful? Give feedback.
All reactions