How do I setup StorageManager when using grapesjs/react #11
Unanswered
daltonmiller
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is what I have.
const gjsOptions = { height: '100vh', storageManager: { type: 'local', autosave: true, autoload: true, storeHtml: true, stepsBeforeSave: 1, },}
` <GjsEditor
Beta Was this translation helpful? Give feedback.
All reactions