publik-base-theme/static/grand-bourg/config.json

43 lines
1.4 KiB
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": "Grand-Bourg",
"variables": {
"theme_color": "#0B9D9D",
"email_header_asset": "emails:logo"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:logo": { "label": "Têtière : logo" },
"emails:logo": {"label": "Emails : logo"},
"banner-city-watermark:logo": {"label": "Filigrane sur la bannière / mode ville: logo"},
"banner-conurbation-watermark:logo": {"label": "Filigrane sur la bannière / mode agglo: logo"},
"header:collectivity-logo": { "label": "Têtière : logo de la collectivité" }
},
"COMBO_CELL_TEMPLATES.update" : {
"data_linklistcell" : {
"change-community" : {
"extra-css-classes" : "choix-collectivite",
"label" : "Changer de collectivité",
"template" : "combo/cells/choix-collectivite/link-list-cell.html"
}
}
},
"COMBO_PUBLIC_TEMPLATES.update" : {
"sidebar-neutral": {
"name": "Une colonne et une barre latérale - Neutre",
"template": "combo/page_template_sidebar_neutral.html"
},
"neutral": {
"name": "Une colonne - Neutre",
"template": "combo/page_template_neutral.html"
}
},
"COMBO_CELL_ASSET_SLOTS.update": {
"data_linkcell": {
"picture": {"prefix": "Icône"}
}
}
}
}
}