editor.editor.basic_html.yml in Open Social 8.8
modules/social_features/social_editor/config/features_removal/editor.editor.basic_html.yml
1 string reference to 'editor.editor.basic_html'
- SocialFilePrivateTextEditorConfigOverride::getTextEditorsToProtect in modules/
custom/ social_file_private/ src/ SocialFilePrivateTextEditorConfigOverride.php - Get all the editors/input formats we need to protect.
File
modules/social_features/social_editor/config/features_removal/editor.editor.basic_html.ymlView source
- langcode: en
- status: true
- dependencies:
- config:
- - filter.format.basic_html
- module:
- - ckeditor
- format: basic_html
- editor: ckeditor
- settings:
- toolbar:
- rows:
- -
- -
- name: Formatting
- items:
- - Bold
- - Italic
- -
- name: Linking
- items:
- - DrupalLink
- - DrupalUnlink
- -
- name: Lists
- items:
- - BulletedList
- - NumberedList
- -
- name: Media
- items:
- - Blockquote
- - DrupalImage
- -
- name: 'Block Formatting'
- items:
- - Format
- -
- name: Tools
- items:
- - Source
- - Maximize
- plugins:
- stylescombo:
- styles: ''
- image_upload:
- status: true
- scheme: public
- directory: inline-images
- max_size: ''
- max_dimensions:
- width: 0
- height: 0