auctions-1.0.x-dev/modules/auctions_core/config/install/editor.editor.auction_html.yml
modules/auctions_core/config/install/editor.editor.auction_html.yml
langcode: en
status: true
dependencies:
config:
- filter.format.auction_html
module:
- ckeditor5
format: auction_html
editor: ckeditor5
settings:
toolbar:
items:
- heading
- bold
- underline
- italic
- '|'
- link
- '|'
- bulletedList
- numberedList
- '|'
- blockQuote
- '|'
- sourceEditing
- '|'
- code
plugins:
ckeditor5_heading:
enabled_headings:
- heading2
- heading3
- heading4
- heading5
- heading6
ckeditor5_sourceEditing:
allowed_tags:
- '<cite>'
- '<dl>'
- '<dt>'
- '<dd>'
- '<img src alt data-entity-type data-entity-uuid data-align data-caption>'
- '<a hreflang>'
- '<blockquote cite>'
- '<ul type>'
- '<ol type>'
- '<h2 id>'
- '<h3 id>'
- '<h4 id>'
- '<h5 id>'
- '<h6 id>'
ckeditor5_list:
reversed: false
startIndex: true
image_upload:
status: false
scheme: public
directory: inline-images
max_size: ''
max_dimensions:
width: null
height: null
