From 056d27dbc609f52a31de14e3d7230ed3a366c0b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 22 Feb 2025 00:55:30 -0500 Subject: [PATCH 1/2] Uninstall CKEditor 4 and CKEditorHeight (fix for 5 is in core) --- config/sync/ckeditorheight.settings.yml | 6 ------ config/sync/core.extension.yml | 2 -- 2 files changed, 8 deletions(-) delete mode 100644 config/sync/ckeditorheight.settings.yml diff --git a/config/sync/ckeditorheight.settings.yml b/config/sync/ckeditorheight.settings.yml deleted file mode 100644 index 0a9b52d..0000000 --- a/config/sync/ckeditorheight.settings.yml +++ /dev/null @@ -1,6 +0,0 @@ -_core: - default_config_hash: ocjcQr-U0K6oGgiak8JMZVD9LAKNesDbQ9nRfTsq5ks -offset: 1.0 -line_height: 1.5 -unit: em -disable_autogrow: false diff --git a/config/sync/core.extension.yml b/config/sync/core.extension.yml index 3f0cdaf..e4662fe 100644 --- a/config/sync/core.extension.yml +++ b/config/sync/core.extension.yml @@ -16,9 +16,7 @@ module: charts: 0 charts_chartjs: 0 checklistapi: 0 - ckeditor: 0 ckeditor5: 0 - ckeditorheight: 0 classitup: 0 comment: 0 components: 0 From 576992fc9a7844d1a6b250543706c1deba5c0cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sat, 22 Feb 2025 00:55:41 -0500 Subject: [PATCH 2/2] Commit config snapshot --- ...t.snapshot.config_sync.module.ckeditor.yml | 11 ---------- ...shot.config_sync.module.ckeditorheight.yml | 21 ------------------- 2 files changed, 32 deletions(-) delete mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.ckeditor.yml delete mode 100644 config/sync/config_snapshot.snapshot.config_sync.module.ckeditorheight.yml diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.ckeditor.yml b/config/sync/config_snapshot.snapshot.config_sync.module.ckeditor.yml deleted file mode 100644 index 37a903c..0000000 --- a/config/sync/config_snapshot.snapshot.config_sync.module.ckeditor.yml +++ /dev/null @@ -1,11 +0,0 @@ -uuid: fea0c8df-8eb3-416d-85c5-6d33138ecd85 -langcode: en -status: true -dependencies: - module: - - ckeditor -id: config_sync.module.ckeditor -snapshotSet: config_sync -extensionType: module -extensionName: ckeditor -items: { } diff --git a/config/sync/config_snapshot.snapshot.config_sync.module.ckeditorheight.yml b/config/sync/config_snapshot.snapshot.config_sync.module.ckeditorheight.yml deleted file mode 100644 index ab29164..0000000 --- a/config/sync/config_snapshot.snapshot.config_sync.module.ckeditorheight.yml +++ /dev/null @@ -1,21 +0,0 @@ -uuid: 33e8f083-bfe1-405c-bd32-53a7ca7b6891 -langcode: en -status: true -dependencies: - module: - - ckeditorheight -id: config_sync.module.ckeditorheight -snapshotSet: config_sync -extensionType: module -extensionName: ckeditorheight -items: - - - collection: '' - name: ckeditorheight.settings - data: - offset: 1 - line_height: 1.5 - unit: em - disable_autogrow: false - _core: - default_config_hash: ocjcQr-U0K6oGgiak8JMZVD9LAKNesDbQ9nRfTsq5ks