materio-d9/config/sync/editor.editor.full_html.yml

57 lines
1.1 KiB
YAML
Raw Normal View History

2024-08-12 16:03:53 +02:00
uuid: 56efc351-aaf7-4d9f-b10f-69884d689462
2021-07-14 19:08:50 +02:00
langcode: fr
status: true
dependencies:
config:
- filter.format.full_html
module:
2024-08-12 16:03:53 +02:00
- ckeditor5
2021-07-14 19:08:50 +02:00
format: full_html
2024-08-12 16:03:53 +02:00
editor: ckeditor5
2021-07-14 19:08:50 +02:00
settings:
toolbar:
2024-08-12 16:03:53 +02:00
items:
- heading
- underline
- strikethrough
- bold
- italic
- blockQuote
- link
- bulletedList
- numberedList
- drupalInsertImage
- sourceEditing
- alignment
2021-07-14 19:08:50 +02:00
plugins:
2024-08-12 16:03:53 +02:00
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_sourceEditing:
allowed_tags: { }
ckeditor5_list:
reversed: true
startIndex: true
ckeditor5_alignment:
enabled_alignments:
- left
- center
- right
- justify
ckeditor5_imageResize:
allow_resize: true
editor_advanced_link_link:
enabled_attributes: { }
2021-07-14 19:08:50 +02:00
image_upload:
status: true
2021-07-14 19:08:50 +02:00
scheme: public
directory: inline-images
max_size: ''
max_dimensions:
2024-08-12 16:03:53 +02:00
width: 0
height: 0