publik-base-theme/static/guerande/config.json

25 lines
654 B
JSON
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"label": "Guérande",
"variables": {
"favicon": "guerande/img/favicon-16x16.png",
"theme_color": "#A99A6F",
"logo_link_url": "https://www.ville-guerande.fr/",
"email_header_asset": "emails:logo"
},
"settings": {
"combo": {
"COMBO_PUBLIC_TEMPLATES.update": {
"three_columns": {
"name": "Trois colonnes",
"template": "combo/page_template_3cols.html"
}
},
"COMBO_ASSET_SLOTS.update": {
"header:logo": { "label": "Têtière : logo" },
"footer:logo": { "label": "Pied de page : logo" },
"emails:logo": {"label": "Emails : logo"}
}
}
}
}