dynamic url endpoints v0.19.4 #4446
SamuelVirgo
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Hi Samuel, yeah correct, now Storages are simple objects containing only the implementation logic, and all the options are passed from the top.
Yes, |
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
-
#831
In earlier versions of Grapesjs we could do the following:
editor.StorageManager.get('remote').set({ urlStore: '...', ... })
It seems this is no longer working on v0.19.4? Is there a new way to accomplish this or can this be added back in?
Note, it does seem to be working like this now:
Unsure if this is now an acceptable method.
Beta Was this translation helpful? Give feedback.
All reactions