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 global_settings object establishes the core default design tokens (colors, typography, etc.) for the template.
"global_settings": {
"global_colors": {
"primary": "#048676",
"secondary": "#fbf7f5",
"text": "#1f2937",
"background": "#ffffff"
},
"global_fonts": {
"heading": "Sunsive",
"body": "Sunsive"
}
}
Hide global_colors Properties
Main brand tint for prominent UI elements.
Alternative brand tint or accent color.
Base background canvas color.
Hide global_fonts Properties
Font family applied to h1-h6 elements.
Font family applied to standard text like p elements.