From c88201f6ab87623d8c0438dcb97bceede46d1b55 Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Sun, 27 Jan 2019 00:32:52 +0000 Subject: [PATCH] Issue #3028608 by danharper, Eli-T, markconroy, Not Real: Umami - favicon --- .../config/install/system.theme.global.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 core/profiles/demo_umami/config/install/system.theme.global.yml diff --git a/core/profiles/demo_umami/config/install/system.theme.global.yml b/core/profiles/demo_umami/config/install/system.theme.global.yml new file mode 100644 index 00000000000..52e499a9931 --- /dev/null +++ b/core/profiles/demo_umami/config/install/system.theme.global.yml @@ -0,0 +1,14 @@ +favicon: + mimetype: image/vnd.microsoft.icon + path: core/profiles/demo_umami/themes/umami/favicon.ico + url: '' + use_default: false +features: + comment_user_picture: true + comment_user_verification: true + favicon: true + node_user_picture: true +logo: + path: '' + url: '' + use_default: true