From a2d4f77ad8b153c1b18df0fc512e98c9a4a01ed2 Mon Sep 17 00:00:00 2001 From: Mike Decker Date: Fri, 8 Sep 2023 15:23:03 -0700 Subject: [PATCH] added patch for google analytics --- composer.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/composer.json b/composer.json index 281e1d404..83dc686ca 100644 --- a/composer.json +++ b/composer.json @@ -189,6 +189,9 @@ } }, "patches": { + "drupal/google_analytics": { + "https://www.drupal.org/project/google_analytics/issues/3373921": "https://www.drupal.org/files/issues/2023-08-07/google-analytics-issues-3373921-cannot-install-from-existing-config-11.patch" + }, "drupal/hook_event_dispatcher": { "https://www.drupal.org/project/hook_event_dispatcher/issues/3354751": "https://www.drupal.org/files/issues/2023-04-17/hook_event_dispatcher-4.x-3354751.patch" },