editor.editor.umami_basic_html.yml
Same filename in other branches
1 string reference to 'editor.editor.umami_basic_html'
- EditorSanitizeImageUploadSettingsUpdateTest::testUpdateRemoveMeaninglessImageUploadSettings in core/
modules/ editor/ tests/ src/ Functional/ Update/ EditorSanitizeImageUploadSettingsUpdateTest.php - Ensure image upload settings for Text Editor config entities are corrected.
File
-
core/
modules/ editor/ tests/ fixtures/ update/ editor.editor.umami_basic_html.yml
View source
- uuid: c82794ef-c451-49c6-be67-39e2b0649a47
- langcode: en
- status: true
- dependencies:
- config:
- - filter.format.basic_html
- module:
- - ckeditor5
- format: basic_html
- editor: ckeditor5
- settings:
- toolbar:
- items:
- - bold
- - italic
- - '|'
- - link
- - '|'
- - bulletedList
- - numberedList
- - '|'
- - blockQuote
- - '|'
- - heading
- - '|'
- - sourceEditing
- - '|'
- plugins:
- ckeditor5_heading:
- enabled_headings:
- - heading2
- - heading3
- - heading4
- - heading5
- - heading6
- ckeditor5_list:
- properties:
- reversed: false
- startIndex: true
- multiBlock: false
- ckeditor5_sourceEditing:
- allowed_tags:
- - '<cite>'
- - '<dl>'
- - '<dt>'
- - '<dd>'
- - '<a hreflang>'
- - '<blockquote cite>'
- - '<ul type>'
- - '<ol type>'
- - '<h2 id>'
- - '<h3 id>'
- - '<h4 id>'
- - '<h5 id>'
- - '<h6 id>'
- - '<img src alt data-entity-type data-entity-uuid data-align data-caption width height loading>'
- image_upload:
- status: false
- scheme: public
- directory: inline-images
- max_size: ''
- max_dimensions:
- width: null
- height: null
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.