You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 7, 2023. It is now read-only.
Widgets that can be edited without opening the widget settings modal, for example rich-markdown-editor.
Use case:
A widget that doesn't have an admin modal, when a user is logged he can manipulate the widget settings directly. Once a change is made the save of a widget is to be triggered.
Variants:
AdminWidget context
onChange callback on the widget itself as a prop
The text was updated successfully, but these errors were encountered:
vestimir
changed the title
Add AdminWidget context to allow wysiwyg widgets
Allow wysiwyg widgets without admin widget modals
Oct 19, 2021
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Widgets that can be edited without opening the widget settings modal, for example
rich-markdown-editor
.Use case:
A widget that doesn't have an admin modal, when a user is logged he can manipulate the widget settings directly. Once a change is made the save of a widget is to be triggered.
Variants:
The text was updated successfully, but these errors were encountered: