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
Previously the EditorImage accepted any <Toolbar /> and <Editor /> component. They were rendered and connected with the onChange logic of the <LovelyEditor />.
We should add a generic component again so that one could easily add new Editors by simply adding them to the config like:
Previously the
EditorImage
accepted any<Toolbar />
and<Editor />
component. They were rendered and connected with theonChange
logic of the<LovelyEditor />
.We should add a generic component again so that one could easily add new Editors by simply adding them to the config like:
The text was updated successfully, but these errors were encountered: