How do you load Trait settings from HTML? #5751
Unanswered
advancedsoftwarecanada
asked this question in
Q&A
Replies: 2 comments 1 reply
-
OK I think I see the problem... I can't use local storage. I wonder if I can write that local storage to the database? Thanks I will investigate. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Traits should not be stored otherwise updating a component with new traits would be a problem. |
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.
-
Have a look at this demo:
https://jsfiddle.net/artur_arseniev/xfvo50hj
When you first see the page... nothing special happens with the type demo.
You must delete the text, then you can add the custom block and configure its traits.
How do you SAVE this data? Right now I am saving this as HTML.
When I refresh the page, I load the HTML in dynamically. How do I get the trait data?
Beta Was this translation helpful? Give feedback.
All reactions