https://github.com/amazeelabs/ckeditor5_sections
https://github.com/amazeelabs/ckeditor5_sections
ckeditor5
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/amazeelabs/ckeditor5_sections
- Owner: AmazeeLabs
- Created: 2018-12-04T19:25:33.000Z (over 7 years ago)
- Default Branch: 8.x-1.x
- Last Pushed: 2021-04-06T17:32:50.000Z (about 5 years ago)
- Last Synced: 2025-01-23T09:09:39.393Z (over 1 year ago)
- Topics: ckeditor5
- Language: JavaScript
- Homepage: https://www.drupal.org/project/ckeditor5_sections
- Size: 10.3 MB
- Stars: 0
- Watchers: 20
- Forks: 3
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://ckeditor.com/docs/ckeditor5/latest/framework/guides/development-tools.html#ckeditor-5-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.