Replies: 1 comment 2 replies
-
IDs are stored in |
Beta Was this translation helpful? Give feedback.
2 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.
-
Hello,
I'm using the remote storageManager option to load and save templates. But this don't save the unique id (set by default or by me) on dom components.
storageManager: { type: 'remote', autoload: true, stepsBeforeSave: 1, contentTypeJson: true, urlStore: '..., urlLoad: '...}', storeComponents: false, storeStyles: false, storeHtml: true, storeCss: true, },
I want to save unique id for future processing.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions