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

30 lines
741 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": "Miribel",
"variables": {
"theme_color": "#57BCD7",
"email_header_asset": "emails:logo"
},
"settings": {
"combo": {
"COMBO_ASSET_SLOTS.update": {
"header:logo": { "label": "Têtière : logo" },
"emails:logo": {"label": "Emails : logo"}
},
"COMBO_CELL_TEMPLATES.update" : {
"data_linkcell" : {
"big-btn-icon" : {
"extra-css-classes" : "btn-with-icon",
"label" : "bouton avec image (grand)",
"template" : "combo/cells/big-btn-with-icon/link-cell.html"
}
}
},
"COMBO_CELL_ASSET_SLOTS.update": {
"data_linkcell": {
"picture": {"prefix": "Icône"}
}
}
}
}
}