Skip to content

Commit 72dfc3f

Browse files
committed
Patch core to fix error from CKEditor5 during drush updb
1 parent ac3fe83 commit 72dfc3f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,9 @@
213213
"3359497 - Prevent warnings when library definitions have a license with no URL defined, contrib is not perfect here.":
214214
"https://www.drupal.org/files/issues/2023-10-07/fix-license-missing-url.patch",
215215
"2938129 - PageTitle block is non-functional when not handled directly by BlockPageVariant":
216-
"https://www.drupal.org/files/issues/2025-01-28/drupal-PageTitle_block-2938129-43.patch"
216+
"https://www.drupal.org/files/issues/2025-01-28/drupal-PageTitle_block-2938129-43.patch",
217+
"3492837 - TypeError: array_key_exists(): Argument #2 ($array) must be of type array, null given in array_key_exists()":
218+
"https://www.drupal.org/files/issues/2026-03-02/11.3.x-3492837-9.patch"
217219
},
218220
"drupal/ctools": {
219221
"Enter drupal/ctools patch #2667652 description here":

0 commit comments

Comments
 (0)