From 65393041c29c312c7776eb08f59d8815c60565d8 Mon Sep 17 00:00:00 2001 From: Dmitrii Date: Thu, 17 Oct 2024 16:50:45 -0500 Subject: [PATCH] [MAT-7230] uninstall deprecated modules --- config/sync/core.extension.yml | 5 +- config/sync/editor.editor.basic_html.yml | 82 +++++++++++-------- config/sync/editor.editor.full_html.yml | 80 +++++++++--------- config/sync/editor.editor.webform_default.yml | 47 +++++++++++ config/sync/filter.format.basic_html.yml | 4 +- config/sync/filter.format.full_html.yml | 4 +- config/sync/filter.format.webform_default.yml | 11 +++ config/sync/rdf.mapping.node.article.yml | 52 ------------ config/sync/rdf.mapping.node.page.yml | 43 ---------- .../sync/rdf.mapping.taxonomy_term.tags.yml | 22 ----- config/sync/rdf.mapping.user.user.yml | 17 ---- config/sync/system.site.yml | 2 +- config/sync/user.role.authenticated.yml | 2 + 13 files changed, 150 insertions(+), 221 deletions(-) create mode 100644 config/sync/editor.editor.webform_default.yml create mode 100644 config/sync/filter.format.webform_default.yml delete mode 100644 config/sync/rdf.mapping.node.article.yml delete mode 100644 config/sync/rdf.mapping.node.page.yml delete mode 100644 config/sync/rdf.mapping.taxonomy_term.tags.yml delete mode 100644 config/sync/rdf.mapping.user.user.yml diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index f28558e..85fa924 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -11,7 +11,7 @@ module: block_content: 0 breakpoint: 0 ckeditor: 0 - color: 0 + ckeditor5: 0 components: 0 config: 0 config_filter: 0 @@ -23,7 +23,6 @@ module: dynamic_page_cache: 0 editor: 0 emat_blocks: 0 - emulsify_twig: 0 entity_reference_revisions: 0 field: 0 field_ui: 0 @@ -50,8 +49,6 @@ module: path: 0 path_alias: 0 phpmailer_smtp: 0 - quickedit: 0 - rdf: 0 redirect: 0 shortcut: 0 system: 0 diff --git a/config/sync/editor.editor.basic_html.yml b/config/sync/editor.editor.basic_html.yml index 824f914..d3fe96f 100644 --- a/config/sync/editor.editor.basic_html.yml +++ b/config/sync/editor.editor.basic_html.yml @@ -1,48 +1,60 @@ -uuid: 522dd054-0576-4dd3-93f3-3870e592d3bb +uuid: b02af3b1-f743-4cf1-98ee-d659cf16a6a3 langcode: en status: true dependencies: config: - filter.format.basic_html module: - - ckeditor -_core: - default_config_hash: AqlPmO16LvJI4D0Ih6u4GFQIzqr5OnLgAUSjcUGWk2g + - ckeditor5 format: basic_html -editor: ckeditor +editor: ckeditor5 settings: toolbar: - rows: - - - - - name: Formatting - items: - - Bold - - Italic - - - name: Linking - items: - - DrupalLink - - DrupalUnlink - - - name: Lists - items: - - BulletedList - - NumberedList - - - name: Media - items: - - Blockquote - - - name: 'Block Formatting' - items: - - Format - - - name: Tools - items: - - Source + items: + - bold + - italic + - '|' + - link + - '|' + - bulletedList + - numberedList + - '|' + - blockQuote + - '|' + - heading + - '|' + - sourceEditing + - '|' + - code plugins: - drupallink: + ckeditor5_heading: + enabled_headings: + - heading2 + - heading3 + - heading4 + - heading5 + - heading6 + ckeditor5_sourceEditing: + allowed_tags: + - '' + - '
' + - '
' + - '
' + - '' + - '' + - '
' + - '