Adding Readonly support for the custom block tools #2889
Replies: 1 comment
-
nvm, I found it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am creating a blogging website and I have made some custom block tools and they are working great.
After user is done with writing the blog, I am saving it and want to use the readonly config of the editor.js to display the blog on my website.
But the custom blocks I have created doesn't have support for read-only mode.
How can I add support for readonly to my custom block tools?
Beta Was this translation helpful? Give feedback.
All reactions