2023-07-25 14:32:35 +00:00
|
|
|
[
|
2023-07-26 12:26:35 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
"icon": "/font-awesome/light/bag-shopping.svg",
|
|
|
|
"group_name": "Warenkorb",
|
|
|
|
"description": "Here you can configure the shopping cart.",
|
|
|
|
"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
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
{
|
2023-07-26 12:26:35 +00:00
|
|
|
"icon": "/font-awesome/light/palette.svg",
|
|
|
|
"group_name": "Layout & Design",
|
|
|
|
"description": "Here you can configure some Design and Layout settings.",
|
2023-07-25 14:32:35 +00:00
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"name": "Primary CI Color",
|
|
|
|
"type": "color",
|
2023-07-25 16:33:26 +00:00
|
|
|
"value" : "#e62b25",
|
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Secondary CI Color",
|
|
|
|
"type": "color"
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Primary Background Color",
|
|
|
|
"type": "color",
|
2023-07-25 16:33:26 +00:00
|
|
|
"value": "#ffffff",
|
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Secondary Background Color",
|
2023-07-25 16:33:26 +00:00
|
|
|
"type": "color",
|
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Primary Link Color",
|
|
|
|
"type": "color",
|
2023-07-25 16:33:26 +00:00
|
|
|
"value" : "#e62b25",
|
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Secondary Link Color",
|
|
|
|
"type": "color",
|
2023-07-25 16:33:26 +00:00
|
|
|
"value" : "#1862A8",
|
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Footer Color",
|
|
|
|
"type": "color",
|
2023-07-25 16:33:26 +00:00
|
|
|
"value" : "#ffffff",
|
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Footer Link Color",
|
|
|
|
"type": "color",
|
2023-07-25 16:33:26 +00:00
|
|
|
"value" : "#ffffff",
|
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Menue Background Color",
|
|
|
|
"type": "color",
|
2023-07-25 16:33:26 +00:00
|
|
|
"value" : "#ffffff",
|
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Footer Background Color",
|
|
|
|
"type": "color",
|
2023-07-25 16:33:26 +00:00
|
|
|
"value" : "#ffffff",
|
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Title Color",
|
|
|
|
"type": "color",
|
|
|
|
"value" : "#e62b25",
|
2023-07-25 16:33:26 +00:00
|
|
|
"description": "Farbe für Überschriften",
|
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Schriftart",
|
|
|
|
"type": "string",
|
2023-07-25 16:33:26 +00:00
|
|
|
"value" : "15px/25px 'Noto Sans', Arial, sans-serif",
|
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
{
|
|
|
|
"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"
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|