Relative Content

Tag Archive for vue.jseditorjs

Using Editor js, How do i make the document partial read only

I am composing a document using Editor.js.
https://editorjs.io/
I want the document to be partially read-only. Like some portions of the document, I want the user to be able to edit, and for the other blocks, I want the user to be restricted from editing, by making it read-only.
Here’s my Editor.js configuration: