global_settings object establishes the core default design tokens (colors, typography, etc.) for the template.
squeditor.json
🚀 Coming Soon: Squeditor - Build professional HTML websites with no-code, Join the waitlist.
Define the core default design tokens for the template.
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
Was this page helpful?