Skip to content

Add support for Readonly mode #4

@VanishMax

Description

@VanishMax

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;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions