Editor.js is a Block-Styled editor.
Blocks are structural units, of which the Entry is composed.
For example, Paragraph
, Heading
, Image
, Video
, List
are Blocks
.
Each Block is represented by Plugin.
More information
This module provides field type, field formatter, field widget and plugin manager for easy adding new/custom EditorJs tools.
-
Using Composer: (recommended)
composer require drupal/editorjs
composer require batkor/editorjs_dependencies
-
Manually:
Download, extract and copy this module to your directory modules
/modules
or/modules/contrib
.
See this page (https://www.drupal.org/docs/extending-drupal/uninstalling-modules)