From b98154cac10d8ba130d295b5dfe3d41a9fbb8d80 Mon Sep 17 00:00:00 2001 From: Daniel Bosen Date: Wed, 28 Aug 2024 09:06:21 +0200 Subject: [PATCH] add patch --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4a0390142..f55bdb8c6 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,8 @@ "patches": { "drupal/core": { "Fix Claro styles for exposed views filters wrapped in fieldsets": "https://www.drupal.org/files/issues/2021-05-31/3133639.19.patch", - "Let users configure the text of the \"Add media\" button": "https://www.drupal.org/files/issues/2021-10-01/3169956-34.patch" + "Let users configure the text of the \"Add media\" button": "https://www.drupal.org/files/issues/2021-10-01/3169956-34.patch", + "3416522 install multiple modules": "https://git.drupalcode.org/project/drupal/-/merge_requests/9342.diff" }, "drupal/diff": { "Back button for comparison page": "https://www.drupal.org/files/issues/back_button_for-2853193-4.patch"