breaking changes (v0.19.4) makes me not able to render the raw HTML/CSS on the frontend #4863
handhikadj
started this conversation in
General
Replies: 1 comment 3 replies
-
Yeah from the v0.19.4 the JSON structure is changed and the HTML/CSS is not included by default, you can check here how you can enrich your project data. |
Beta Was this translation helpful? Give feedback.
3 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.
-
have this code:
my html:
my php
it's inserting data to mysql like this:
in 2022, I can render it on my laravel blade like this:
but it's not working right now in 2023. what's wrong with the new grapesjs?
Update: after I examined, it's indeed extremely different request body.
this is the expected version (2022):
this breaking changes makes me nuts
Beta Was this translation helpful? Give feedback.
All reactions