From 73280ac7b389e556cea45f489e0723322dcf4641 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Sun, 27 Jul 2025 10:52:09 -0400 Subject: [PATCH] Add patch for CKEditor Iframe compatibility with CKEditor5 45.2 --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 77a8816..e4e130b 100644 --- a/composer.json +++ b/composer.json @@ -205,6 +205,9 @@ "Use form element of type date instead textfield when selecting a date in an exposed filter": "https://www.drupal.org/files/issues/2025-06-24/2648950-293.patch", "Views Date Filter Datetime Granularity Option": "https://www.drupal.org/files/issues/2021-04-27/2868014-110-after-2648950-247-applied.patch" }, + "drupal/ckeditor_iframe": { + "Support CKEditor5 45.2.0": "https://www.drupal.org/files/issues/2025-07-21/3529626-support-ckeditor5-45.2.0.patch" + }, "drupal/ds": { "Parent theme template inheritance bug": "https://www.drupal.org/files/issues/2021-02-22/2895316-12.patch" },