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.
- Media library
- Linkit
- Change into the
editor
folder. - Do any changes.
- Run
yarn build
. - Commit the build result.
From V12 onwards CKEditor comes with a nifty inspector. To enable it follow these steps:
- Add a line to the
parameters
section ofdevelopment.services.yml
:ckeditor5_sections.enable_inspector: true
- Make sure to run
yarn install
in theeditor/
-subfolder to install it. - Rebuild caches
drush cr
.
Subsequently it will be attached automatically to all CKEditor5 instances.