From 93b50af0909255e3319080a4c7a52ddcdec634e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 7 Oct 2019 10:24:59 -0400 Subject: [PATCH] Enable Minimal HTML module and commit its initial configuration --- config/sync/core.extension.yml | 2 + config/sync/editor.editor.minimalhtml.yml | 58 +++++++++++++++++++++++ config/sync/filter.format.minimalhtml.yml | 38 +++++++++++++++ 3 files changed, 98 insertions(+) create mode 100644 config/sync/editor.editor.minimalhtml.yml create mode 100644 config/sync/filter.format.minimalhtml.yml diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index f618087..41e587c 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -85,6 +85,7 @@ module: migrate_plus: 0 migrate_source_csv: 0 migrate_tools: 0 + minimalhtml: 0 node: 0 noreferrer: 0 options: 0 @@ -113,6 +114,7 @@ module: user: 0 video_embed_field: 0 views_ui: 0 + wysiwyg_linebreaks: 0 ds: 1 menu_link_content: 1 pathauto: 1 diff --git a/config/sync/editor.editor.minimalhtml.yml b/config/sync/editor.editor.minimalhtml.yml new file mode 100644 index 0000000..4408f20 --- /dev/null +++ b/config/sync/editor.editor.minimalhtml.yml @@ -0,0 +1,58 @@ +uuid: c627e429-1f81-4d6d-87a1-402d40f43c6b +langcode: en +status: true +dependencies: + config: + - filter.format.minimalhtml + module: + - ckeditor +_core: + default_config_hash: kP3r4Ns9C1XIg5vFA9a0mteIKThq8E_eL43z7VIZUTY +format: minimalhtml +editor: ckeditor +settings: + toolbar: + rows: + - + - + name: Formatting + items: + - Bold + - Italic + - + name: Links + items: + - DrupalLink + - DrupalUnlink + - + name: Lists + items: + - BulletedList + - NumberedList + - + name: Media + items: + - Blockquote + - + name: Tools + items: + - Source + plugins: + language: + language_list: un + stylescombo: + styles: '' + indentblock: + enable: 0 + colorbutton: + colors: '' + linebreaks: + method: force +image_upload: + status: false + scheme: public + directory: inline-images + max_size: '' + max_dimensions: + width: null + height: null diff --git a/config/sync/filter.format.minimalhtml.yml b/config/sync/filter.format.minimalhtml.yml new file mode 100644 index 0000000..3fadc51 --- /dev/null +++ b/config/sync/filter.format.minimalhtml.yml @@ -0,0 +1,38 @@ +uuid: 6f68254e-36e0-4b5d-9e86-98a46183585c +langcode: en +status: true +dependencies: { } +_core: + default_config_hash: 92ohirYz2djTZfHPcIDKZb7qWJfnf8PejLU9mQZs5GY +name: 'Minimal HTML' +format: minimalhtml +weight: 0 +filters: + filter_htmlcorrector: + id: filter_htmlcorrector + provider: filter + status: true + weight: 10 + settings: { } + filter_html: + id: filter_html + provider: filter + status: true + weight: -10 + settings: + allowed_html: '
    1. ' + filter_html_help: true + filter_html_nofollow: false + filter_url: + id: filter_url + provider: filter + status: true + weight: 0 + settings: + filter_url_length: 72 + filter_autop: + id: filter_autop + provider: filter + status: true + weight: 0 + settings: { }