From 21626bd468091e958697592cabb3e9bbb61ea5a9 Mon Sep 17 00:00:00 2001 From: James Tranovich Date: Thu, 22 Aug 2024 16:21:47 -0700 Subject: [PATCH] set admin favicon to site favicon --- package.json | 3 ++- web/config/sync/weathergov_admin.settings.yml | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 web/config/sync/weathergov_admin.settings.yml diff --git a/package.json b/package.json index d186bff68..594e57e13 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,8 @@ "Kari Sheets", "Greg Walker", "Elijah Wright", - "Janel Yamashiro" + "Janel Yamashiro", + "James Tranovich" ], "license": "CC0-1.0", "directories": { diff --git a/web/config/sync/weathergov_admin.settings.yml b/web/config/sync/weathergov_admin.settings.yml new file mode 100644 index 000000000..ecaa00905 --- /dev/null +++ b/web/config/sync/weathergov_admin.settings.yml @@ -0,0 +1,11 @@ +features: + node_user_picture: 0 + comment_user_picture: true + comment_user_verification: true + favicon: 1 +logo: + use_default: 1 +favicon: + use_default: 0 + path: themes/new_weather_theme/favicon.ico + mimetype: image/vnd.microsoft.icon