Skip to content

drewble/editorjs_drupal

Repository files navigation

The module integrate EditorJs to Drupal 8 or higher

Supported plugins:

Description

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.

Installation

  1. Using Composer: (recommended)

    1. composer require drupal/editorjs
    2. composer require batkor/editorjs_dependencies
  2. Manually:

    Download, extract and copy this module to your directory modules /modules or /modules/contrib.

Uninstallation

See this page (https://www.drupal.org/docs/extending-drupal/uninstalling-modules)