From 9fb5e2e754ab1507a91fe01b7de8972fa03e2e01 Mon Sep 17 00:00:00 2001 From: Oleksandr Horbatiuk Date: Fri, 19 Apr 2019 10:36:04 +0300 Subject: [PATCH] #40 Add patch for changing favicon on the admin pages --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8f1d367..04b14d6 100644 --- a/composer.json +++ b/composer.json @@ -83,7 +83,8 @@ }, "patches": { "drupal/core": { - "Installation profiles do not support project:module format for dependencies": "https://www.drupal.org/files/issues/2018-09-10/drupal-support_project_module_format_dependencies-2855026-49.patch" + "Installation profiles do not support project:module format for dependencies": "https://www.drupal.org/files/issues/2018-09-10/drupal-support_project_module_format_dependencies-2855026-49.patch", + "Default theme favicon for administration theme": "https://www.drupal.org/files/issues/2018-06-25/default-theme-favicon-for-administration-theme-2981434-5.patch" } }, "enable-patching": true