basic-business-template/variables.json

157 lines
2.8 KiB
JSON

[
{
"icon": "/font-awesome/light/suitcase.svg",
"group_name": "Design",
"description": "word word word word",
"variables": [
{
"name": "Primary CI Color",
"type": "color",
"value" : "#e62b25",
"required": true
},
{
"name": "Secondary CI Color",
"type": "color"
},
{
"name": "Primary Background Color",
"type": "color",
"value": "#ffffff",
"required": true
},
{
"name": "Secondary Background Color",
"type": "color",
"required": true
},
{
"name": "Primary Link Color",
"type": "color",
"value" : "#e62b25",
"required": true
},
{
"name": "Secondary Link Color",
"type": "color",
"value" : "#1862A8",
"required": true
},
{
"name": "Footer Color",
"type": "color",
"value" : "#ffffff",
"required": true
},
{
"name": "Footer Link Color",
"type": "color",
"value" : "#ffffff",
"required": true
},
{
"name": "Menue Background Color",
"type": "color",
"value" : "#ffffff",
"required": true
},
{
"name": "Footer Background Color",
"type": "color",
"value" : "#ffffff",
"required": true
},
{
"name": "Title Color",
"type": "color",
"value" : "#e62b25",
"description": "Farbe für Überschriften",
"required": true
},
{
"name": "Schriftart",
"type": "string",
"value" : "15px/25px 'Noto Sans', Arial, sans-serif",
"required": true
}
]
},
{
"icon": "/font-awesome/light/bag-shopping.svg",
"group_name": "Warenkorb",
"description": "word word word word",
"variables": [
{
"name": "Warenkorb aktiv",
"type": "boolean",
"description": "Soll die Funktion Warenkorb aktiviert werden?"
}
]
},
{
"icon": "/font-awesome/light/map-pin.svg",
"group_name": "Kontankt",
"description": "Einstellungen für die Karte",
"variables": [
{
"name": "Type",
"value": "Place",
"type": "string",
"required": true
},
{
"name": "Location Field",
"value": "Address",
"type": "string",
"required": true
},
{
"name": "Filter Fields",
"type": "array",
"required": true
}
]
},
{
"icon": "/font-awesome/light/map-pin.svg",
"group_name": "Lumino Branding",
"description": "Vielen Dank für Ihre Unterstützung!",
"variables": [
{
"name": "Lumino Branding",
"value": "true",
"type": "boolean"
}
]
}
]