From 78cf5d734e288c97bde193045fb334186b15c33f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 30 Sep 2019 11:42:00 -0400 Subject: [PATCH] Include patch to fix Claro dropdowns --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 0ad1aaf..eb33d35 100644 --- a/composer.json +++ b/composer.json @@ -90,6 +90,9 @@ }, "enable-patching": true, "patches": { + "drupal/claro": { + "Broken Dropdown prevents Save": "https://www.drupal.org/files/issues/2019-09-18/broken-dropbutton-3079128.patch" + }, "drupal/core": { "Allow an install hook in profiles installing from configuration": "https://www.drupal.org/files/issues/2018-11-27/2982052-22.patch" },