diff --git a/core/profiles/standard/config/editor.editor.full_html.yml b/core/profiles/standard/config/editor.editor.full_html.yml new file mode 100644 index 00000000000..378cc45d136 --- /dev/null +++ b/core/profiles/standard/config/editor.editor.full_html.yml @@ -0,0 +1,34 @@ +format: full_html +editor: ckeditor +settings: + toolbar: + buttons: + - + - Bold + - Italic + - Strike + - Superscript + - Subscript + - - + - RemoveFormat + - '|' + - Link + - Unlink + - '|' + - BulletedList + - NumberedList + - '|' + - Blockquote + - Image + - Table + - HorizontalRule + - '|' + - Format + - '|' + - ShowBlocks + - Source + plugins: + stylescombo: + styles: '' +status: '1' +langcode: und diff --git a/core/profiles/standard/config/filter.format.full_html.yml b/core/profiles/standard/config/filter.format.full_html.yml index 5c2a7a0429e..89b232b3fbd 100644 --- a/core/profiles/standard/config/filter.format.full_html.yml +++ b/core/profiles/standard/config/filter.format.full_html.yml @@ -6,12 +6,6 @@ roles: - administrator cache: '1' filters: - filter_url: - module: filter - status: '1' - filter_autop: - module: filter - status: '1' filter_htmlcorrector: module: filter status: '1'