theme_config object maps your global settings to visual layout controls (color pickers, font dropdowns) in the editorās āTheme Settingsā panel.
squeditor.json
"theme_config": {
"accordions": [
{
"id": "global_colors",
"label": "Global Colors",
"default_open": true,
"controls": [
{
"id": "primary",
"label": "Primary Brand",
"type": "color",
"default": "#048676"
}
]
}
]
}
Hide properties
Hide properties
Defines the accordion groups shown in the editorās left panel.
Show Accordion item format
Show Accordion item format