@editorjs/editorjs
Advanced tools
Comparing version 2.30.6 to 2.31.0-rc.0
{ | ||
"name": "@editorjs/editorjs", | ||
"version": "2.30.6", | ||
"version": "2.31.0-rc.0", | ||
"description": "Editor.js — open source block-style WYSIWYG editor with JSON output", | ||
@@ -5,0 +5,0 @@ "main": "dist/editorjs.umd.js", |
@@ -60,2 +60,8 @@ import {BaseTool, BaseToolConstructable} from './tool'; | ||
new(config: InlineToolConstructorOptions): BaseTool; | ||
/** | ||
* Allows inline tool to be available in read-only mode | ||
* Can be used, for example, by comments tool | ||
*/ | ||
isReadOnlySupported?: boolean; | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
682510
13520
2