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/editorjscomposer require batkor/editorjs_dependencies
-
Manually:
Download, extract and copy this module to your directory modules
/modulesor/modules/contrib.
See this page (https://www.drupal.org/docs/extending-drupal/uninstalling-modules)