editor.editor.full_html.yml
Same filename in this branch
Same filename in other branches
- 9 core/profiles/standard/config/install/editor.editor.full_html.yml
- 9 core/profiles/demo_umami/config/install/editor.editor.full_html.yml
- 9 core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml
- 8.9.x core/profiles/standard/config/install/editor.editor.full_html.yml
- 8.9.x core/profiles/demo_umami/config/install/editor.editor.full_html.yml
- 11.x core/profiles/standard/config/install/editor.editor.full_html.yml
- 11.x core/profiles/demo_umami/config/install/editor.editor.full_html.yml
- 11.x core/modules/ckeditor5/tests/fixtures/ckeditor4_config/editor.editor.full_html.yml
- 11.x core/recipes/full_html_format_editor/config/editor.editor.full_html.yml
1 string reference to 'editor.editor.full_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/
profiles/ standard/ 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
- - drupalInsertImage
- - insertTable
- - horizontalLine
- - '|'
- - heading
- - codeBlock
- - '|'
- - sourceEditing
- plugins:
- ckeditor5_codeBlock:
- languages:
- -
- label: 'Plain text'
- language: plaintext
- -
- label: C
- language: c
- -
- label: 'C#'
- language: cs
- -
- label: C++
- language: cpp
- -
- label: CSS
- language: css
- -
- label: Diff
- language: diff
- -
- label: HTML
- language: html
- -
- label: Java
- language: java
- -
- label: JavaScript
- language: javascript
- -
- label: PHP
- language: php
- -
- label: Python
- language: python
- -
- label: Ruby
- language: ruby
- -
- label: TypeScript
- language: typescript
- -
- label: XML
- language: xml
- ckeditor5_heading:
- enabled_headings:
- - heading2
- - heading3
- - heading4
- - heading5
- - heading6
- ckeditor5_imageResize:
- allow_resize: true
- ckeditor5_list:
- properties:
- reversed: true
- startIndex: true
- multiBlock: true
- ckeditor5_sourceEditing:
- allowed_tags: { }
- image_upload:
- status: true
- scheme: public
- directory: inline-images
- max_size: null
- max_dimensions:
- width: null
- height: null
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.