New feature was introduced in the EditorJS v2.19.0: readonly mode. Here's the description: https://editorjs.io/configuration#read-only-mode
For the support, the's a need to add the property to the block class:
static get isReadOnlySupported () {
return true;
}