publik-base-theme/static/nanterre-2023/config.json

26 lines
697 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": "Nanterre (2023)",
"variables": {
"theme_color": "#E61E50",
"email_header_asset": "emails:logo"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:logo": { "label": "Têtière : logo" },
"emails:logo": {"label": "Emails : logo"},
"page-title:background": {"label": "Titre de la page : image d'arrière plan"}
},
"COMBO_CELL_TEMPLATES.update" : {
"data_menucell" : {
"menu-with-icon" : {
"extra-css-classes" : "menu-with-icons",
"label" : "Avec icônes",
"template" : "combo/cells/menu-with-icons/menu-cell.html"
}
}
}
}
}
}