drupal-starterkit-profile/config/install/editor.editor.wysiwyg.yml
2023-11-06 12:10:44 +01:00

25 lines
386 B
YAML

langcode: fr
status: true
dependencies:
config:
- filter.format.wysiwyg
module:
- ckeditor5
format: wysiwyg
editor: ckeditor5
settings:
toolbar:
items:
- heading
- bold
- italic
plugins:
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
image_upload: { }