nbaosullivan / ckeditor5_sections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CKEditor5 Sections

Drupal editor plugin that allows content editors to create pages from an extensible set of section templates. User input is stored as html blobs, but structured information is exposed to typed data.

Dependencies

  • Media library
  • Linkit

Developing

  1. Change into the editor folder.
  2. Do any changes.
  3. Run yarn build.
  4. Commit the build result.

CKEditor5 inspector

From V12 onwards CKEditor comes with a nifty inspector. To enable it follow these steps:

  1. Add a line to the parameters section of development.services.yml: ckeditor5_sections.enable_inspector: true
  2. Make sure to run yarn install in the editor/-subfolder to install it.
  3. Rebuild caches drush cr.

Subsequently it will be attached automatically to all CKEditor5 instances.

About


Languages

Language:JavaScript 66.5%Language:PHP 26.8%Language:HTML 3.9%Language:CSS 2.8%