From a39da8fc363780ba9718ad0c537195fbb104502d Mon Sep 17 00:00:00 2001 From: bach Date: Sat, 21 Aug 2021 22:14:36 +0200 Subject: [PATCH] changed editors formats order --- config/sync/filter.format.full_html.yml | 4 ++-- config/sync/filter.format.plain_text.yml | 2 +- config/sync/filter.format.wysiwyg.yml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/sync/filter.format.full_html.yml b/config/sync/filter.format.full_html.yml index 579acac1..930fa3fa 100644 --- a/config/sync/filter.format.full_html.yml +++ b/config/sync/filter.format.full_html.yml @@ -8,7 +8,7 @@ dependencies: - video_embed_wysiwyg name: 'full html' format: full_html -weight: 0 +weight: -9 filters: filter_htmlcorrector: id: filter_htmlcorrector @@ -47,8 +47,8 @@ filters: settings: youtube: '1' youtube_webp_preview: '0' - vimeo: '1' autoload: '0' + vimeo: '1' video_embed_wysiwyg: id: video_embed_wysiwyg provider: video_embed_wysiwyg diff --git a/config/sync/filter.format.plain_text.yml b/config/sync/filter.format.plain_text.yml index 2f1f6484..3cbc6285 100644 --- a/config/sync/filter.format.plain_text.yml +++ b/config/sync/filter.format.plain_text.yml @@ -6,7 +6,7 @@ _core: default_config_hash: '-HkgHFb_tVNTyyY2lYcwyfNRVwiDA6HKxfP6hr2oA00' name: 'Texte brut' format: plain_text -weight: 10 +weight: -8 filters: filter_html_escape: id: filter_html_escape diff --git a/config/sync/filter.format.wysiwyg.yml b/config/sync/filter.format.wysiwyg.yml index 1721c5e3..976d644c 100644 --- a/config/sync/filter.format.wysiwyg.yml +++ b/config/sync/filter.format.wysiwyg.yml @@ -9,7 +9,7 @@ _core: default_config_hash: w3wAkgsV6hn7P_cXCSnV-_1B_HOVJ7qwjv2DZID3B7g name: wysiwyg format: wysiwyg -weight: 0 +weight: -10 filters: editor_file_reference: id: editor_file_reference @@ -77,5 +77,5 @@ filters: settings: youtube: '1' youtube_webp_preview: '0' - vimeo: '1' autoload: '0' + vimeo: '1'