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
I've read about the disableEditing on the core options but it disable all the editing. Use case:
I want user to use medium toolbar like "Bold", "Italic" etc but they can't modify the text inside of the content. Is this possible? Or I will make a new extension to get what I want?
Steps to reproduce
Add disableEditing and set to true on the editor options.
Expected behavior: User cannot edit the content but when medium toolbar is used that configuration will be override (disableEditing).
Actual behavior: Nothing happens
medium-editor:
browser:
OS: Linux
The text was updated successfully, but these errors were encountered:
Description
I've read about the
disableEditing
on the core options but it disable all the editing.Use case:
I want user to use medium toolbar like "Bold", "Italic" etc but they can't modify the text inside of the content. Is this possible? Or I will make a new extension to get what I want?
Steps to reproduce
disableEditing
and set totrue
on the editor options.Expected behavior: User cannot edit the content but when medium toolbar is used that configuration will be override (disableEditing).
Actual behavior: Nothing happens
The text was updated successfully, but these errors were encountered: