editor.editor.full_html.yml
Same filename in this branch
File
-
core/
profiles/ demo_umami/ config/ install/ editor.editor.full_html.yml
View source
- langcode: en
- status: true
- dependencies:
- config:
- - filter.format.full_html
- module:
- - ckeditor5
- format: full_html
- editor: ckeditor5
- settings:
- toolbar:
- items:
- - bold
- - italic
- - strikethrough
- - superscript
- - subscript
- - removeFormat
- - '|'
- - link
- - '|'
- - bulletedList
- - numberedList
- - '|'
- - blockQuote
- - drupalMedia
- - insertTable
- - horizontalLine
- - '|'
- - heading
- - '|'
- - sourceEditing
- plugins:
- ckeditor5_heading:
- enabled_headings:
- - heading2
- - heading3
- - heading4
- - heading5
- - heading6
- ckeditor5_list:
- properties:
- reversed: false
- startIndex: false
- multiBlock: true
- ckeditor5_sourceEditing:
- allowed_tags: { }
- media_media:
- allow_view_mode_override: false
- image_upload:
- status: true
- scheme: public
- directory: inline-images
- max_size: null
- max_dimensions:
- width: null
- height: null