From 1fbbe4ae66ed153f0fdc10dabe0f31ab39e1f2f0 Mon Sep 17 00:00:00 2001 From: Keegan Rankin Date: Fri, 23 Feb 2024 13:08:10 -0800 Subject: [PATCH] Disable color and quickedit modules (deprecated) --- ...fig_snapshot.snapshot.config_sync.module.color.yml | 11 ----------- ...snapshot.snapshot.config_sync.module.quickedit.yml | 11 ----------- config/sync/core.extension.yml | 2 -- config/sync/user.role.contributor.yml | 2 -- config/sync/user.role.editor.yml | 2 -- config/sync/user.role.manager.yml | 2 -- 6 files changed, 30 deletions(-) delete mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.color.yml delete mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.quickedit.yml diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.color.yml b/config/sync/config_snapshot.snapshot.config_sync.module.color.yml deleted file mode 100644 index adc1fd8..0000000 --- a/config/sync/config_snapshot.snapshot.config_sync.module.color.yml +++ /dev/null @@ -1,11 +0,0 @@ -uuid: 44432830-2e91-428c-9984-0a27e5aa0835 -langcode: en -status: true -dependencies: - module: - - color -id: config_sync.module.color -snapshotSet: config_sync -extensionType: module -extensionName: color -items: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.quickedit.yml b/config/sync/config_snapshot.snapshot.config_sync.module.quickedit.yml deleted file mode 100644 index b8487dd..0000000 --- a/config/sync/config_snapshot.snapshot.config_sync.module.quickedit.yml +++ /dev/null @@ -1,11 +0,0 @@ -uuid: 330690ee-4b7f-4912-9bff-b73790babc9a -langcode: en -status: true -dependencies: - module: - - quickedit -id: config_sync.module.quickedit -snapshotSet: config_sync -extensionType: module -extensionName: quickedit -items: { } diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index aeceb34..9846b12 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -18,7 +18,6 @@ module: ckeditor: 0 ckeditorheight: 0 classitup: 0 - color: 0 comment: 0 components: 0 config: 0 @@ -102,7 +101,6 @@ module: page_cache: 0 path: 0 path_alias: 0 - quickedit: 0 rdf: 0 redirect: 0 responsive_image: 0 diff --git a/config/sync/user.role.contributor.yml b/config/sync/user.role.contributor.yml index 168e335..87dffed 100644 --- a/config/sync/user.role.contributor.yml +++ b/config/sync/user.role.contributor.yml @@ -14,7 +14,6 @@ dependencies: - contextual - filter - node - - quickedit - shortcut - system - taxonomy @@ -28,7 +27,6 @@ is_admin: null permissions: - 'access content overview' - 'access contextual links' - - 'access in-place editing' - 'access shortcuts' - 'access toolbar' - 'create article content' diff --git a/config/sync/user.role.editor.yml b/config/sync/user.role.editor.yml index 025b19a..1173a46 100644 --- a/config/sync/user.role.editor.yml +++ b/config/sync/user.role.editor.yml @@ -11,7 +11,6 @@ dependencies: - filter - node - path - - quickedit - redirect - role_delegation - shortcut @@ -30,7 +29,6 @@ permissions: - 'access content overview' - 'access contextual links' - 'access files overview' - - 'access in-place editing' - 'access shortcuts' - 'access site in maintenance mode' - 'access toolbar' diff --git a/config/sync/user.role.manager.yml b/config/sync/user.role.manager.yml index 39e66a3..2107a43 100644 --- a/config/sync/user.role.manager.yml +++ b/config/sync/user.role.manager.yml @@ -19,7 +19,6 @@ dependencies: - metatag - node - path - - quickedit - redirect - role_delegation - shortcut @@ -42,7 +41,6 @@ permissions: - 'access content overview' - 'access contextual links' - 'access files overview' - - 'access in-place editing' - 'access shortcuts' - 'access site in maintenance mode' - 'access toolbar'