Documentation Index Fetch the complete documentation index at: https://docs.squeditor.com/llms.txt
Use this file to discover all available pages before exploring further.
The theme_config object maps your global settings to visual layout controls (color pickers, font dropdowns) in the editorās āTheme Settingsā panel.
"theme_config" : {
"accordions" : [
{
"id" : "global_colors" ,
"label" : "Global Colors" ,
"default_open" : true ,
"controls" : [
{
"id" : "primary" ,
"label" : "Primary Brand" ,
"type" : "color" ,
"default" : "#048676"
}
]
}
]
}
Defines the accordion groups shown in the editorās left panel. Show Accordion item format
A unique identifier for the accordion group.
The human-readable label shown in the UI.
Starts the accordion expanded by default if set to true.
An array of specific editing controls grouped within.
The specific control identifier targeting a variable or CSS selector.
The descriptive name of the input field.
The input GUI type (e.g., color, typography).
The initial base value for the input.