guerande: add email logo asset (#62850)

This commit is contained in:
Emmanuel Cazenave 2022-03-16 11:50:54 +01:00
parent 3502028062
commit 13ffe22943
1 changed files with 4 additions and 2 deletions

View File

@ -3,7 +3,8 @@
"variables": {
"favicon": "guerande/img/favicon-16x16.png",
"theme_color": "#A99A6F",
"logo_link_url": "https://www.ville-guerande.fr/"
"logo_link_url": "https://www.ville-guerande.fr/",
"email_header_asset": "emails:logo"
},
"settings": {
"combo": {
@ -15,7 +16,8 @@
},
"COMBO_ASSET_SLOTS.update": {
"header:logo": { "label": "Têtière : logo" },
"footer:logo": { "label": "Pied de page : logo" }
"footer:logo": { "label": "Pied de page : logo" },
"emails:logo": {"label": "Emails : logo"}
}
}
}