From e785dca942385c3fdc6389d9e1f90bb08642e191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 28 Apr 2022 13:22:46 +0200 Subject: [PATCH] hellemmes/lille/lomme: declare email logo asset (#61424) --- static/hellemmes/config.json | 1 + static/lille/config.json | 1 + static/lomme/config.json | 1 + 3 files changed, 3 insertions(+) diff --git a/static/hellemmes/config.json b/static/hellemmes/config.json index f4e87a60..9986bae8 100644 --- a/static/hellemmes/config.json +++ b/static/hellemmes/config.json @@ -3,6 +3,7 @@ "variables": { "include_top_links": true, "pwa_display": "standalone", + "email_header_asset": "emails:logo", "email_header_img": "", "theme_color": "#97c038" }, diff --git a/static/lille/config.json b/static/lille/config.json index b21544ae..f95c501d 100644 --- a/static/lille/config.json +++ b/static/lille/config.json @@ -3,6 +3,7 @@ "variables": { "include_top_links": true, "pwa_display": "standalone", + "email_header_asset": "emails:logo", "email_header_img": "", "theme_color": "#e1001a" }, diff --git a/static/lomme/config.json b/static/lomme/config.json index 1df7ea66..1a8a24fe 100644 --- a/static/lomme/config.json +++ b/static/lomme/config.json @@ -3,6 +3,7 @@ "variables": { "include_top_links": true, "pwa_display": "standalone", + "email_header_asset": "emails:logo", "email_header_img": "", "theme_color": "#009ead" },