@acf-int/editorjs-highlight-blocktune
v1.0.0
Published
Highlight blocktune plugin for editor.js
Downloads
11
Maintainers
Readme
Highlight Blocktune for Editor.js
Basic highlight blocktune for the Editor.js.
Installation
Get the package
npm i --save @acf-int/editorjs-highlight-blocktune
# or
yarn add @acf-int/editorjs-highlight-blocktune
Include module at your application
const HighlightBlocktune = require('@acf-int/editorjs-highlight-blocktune');
Usage
Add a new Tool to the tools
property of the Editor.js initial config.
var editor = EditorJS({
...
tools: {
...
highlight: HighlightBlocktune,
},
tunes: ['highlight'],
...
});
Config Params
Will be soon!