2023-07-25 14:32:35 +00:00
|
|
|
[
|
2023-07-26 12:26:35 +00:00
|
|
|
|
2023-07-27 21:49:08 +00:00
|
|
|
{
|
|
|
|
"icon": "/font-awesome/light/building.svg",
|
|
|
|
"group_name": "Allgemein",
|
|
|
|
"description": "Allgemeine Einstellungen",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"name": "Telefonnummer",
|
|
|
|
"placeholder": "096545529550",
|
|
|
|
"type": "string",
|
2023-09-13 07:35:33 +00:00
|
|
|
"value": "0123 456789",
|
2023-07-27 21:49:08 +00:00
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Legal Name",
|
|
|
|
"value": "Musterfirma GmbH",
|
|
|
|
"placeholder": "Musterfirma GmbH",
|
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Legal Address",
|
|
|
|
"value": "Musterstr 33",
|
|
|
|
"placeholder": "Musterstr 33",
|
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Legal City",
|
|
|
|
"value": "Musterhausen",
|
|
|
|
"placeholder": "Musterhausen",
|
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Legal ZIP Code",
|
|
|
|
"value": "12345",
|
|
|
|
"placeholder": "12345",
|
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "ceo",
|
|
|
|
"value": "Max Mustermann",
|
|
|
|
"placeholder": "Max Mustermann",
|
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
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-09-12 22:07:22 +00:00
|
|
|
"value" : "#1a5fb4",
|
2023-07-25 16:33:26 +00:00
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Secondary CI Color",
|
2023-09-12 22:07:22 +00:00
|
|
|
"type": "color",
|
|
|
|
"value": "#1c71d8",
|
|
|
|
"required" : true
|
2023-07-25 14:32:35 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"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",
|
2023-09-12 22:07:22 +00:00
|
|
|
"value": "#f6f5f4",
|
2023-07-25 16:33:26 +00:00
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Primary Link Color",
|
|
|
|
"type": "color",
|
2023-09-12 22:26:39 +00:00
|
|
|
"value" : "#f6f5f4",
|
2023-07-25 16:33:26 +00:00
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Secondary Link Color",
|
|
|
|
"type": "color",
|
2023-09-12 22:07:22 +00:00
|
|
|
"value" : "#1862a8",
|
2023-07-25 16:33:26 +00:00
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Footer Color",
|
|
|
|
"type": "color",
|
2023-09-12 22:07:22 +00:00
|
|
|
"value" : "#f6f5f4",
|
2023-07-25 16:33:26 +00:00
|
|
|
"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
|
|
|
|
2023-07-27 21:49:08 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Footer Secondary Link Color",
|
|
|
|
"type": "color",
|
|
|
|
"value" : "#000000",
|
|
|
|
"required": true
|
|
|
|
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Menue Background Color",
|
|
|
|
"type": "color",
|
2023-09-12 22:07:22 +00:00
|
|
|
"value" : "#f6f5f4",
|
2023-07-25 16:33:26 +00:00
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Footer Background Color",
|
|
|
|
"type": "color",
|
2023-09-12 22:07:22 +00:00
|
|
|
"value" : "#1a5fb4",
|
2023-07-25 16:33:26 +00:00
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Title Color",
|
|
|
|
"type": "color",
|
2023-09-12 22:07:22 +00:00
|
|
|
"value" : "#1a5fb4",
|
2023-07-25 16:33:26 +00:00
|
|
|
"description": "Farbe für Überschriften",
|
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
|
2023-09-12 22:07:22 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Contact Bar",
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.",
|
|
|
|
"required": true
|
|
|
|
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
},
|
2023-07-27 21:49:08 +00:00
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
{
|
|
|
|
"name": "Schriftart",
|
2023-07-27 21:49:08 +00:00
|
|
|
"type": "select",
|
2023-07-25 16:33:26 +00:00
|
|
|
"value" : "15px/25px 'Noto Sans', Arial, sans-serif",
|
2023-07-27 21:49:08 +00:00
|
|
|
"options": [
|
|
|
|
"15px/25px 'Noto Sans', Arial, sans-serif",
|
|
|
|
"Playfair Display",
|
|
|
|
"Dosis",
|
|
|
|
"Times New Roman",
|
|
|
|
"Helvetica",
|
|
|
|
"Verdana",
|
|
|
|
"Trebuchet MS"
|
|
|
|
],
|
2023-07-25 16:33:26 +00:00
|
|
|
"required": true
|
|
|
|
|
2023-07-25 14:32:35 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
2023-08-10 13:48:01 +00:00
|
|
|
{
|
|
|
|
"icon": "/font-awesome/light/map-pin.svg",
|
|
|
|
"group_name": "Statische Seiten",
|
|
|
|
"description": "Vielen Dank für Ihre Unterstützung!",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"name": "Checkout Page Text",
|
|
|
|
"value": "Vielen Dank für Ihr Interesse, füllen Sie bitte die Vorabangrage aus und wir werden uns schnellstmöglichst bei Ihnen melden",
|
|
|
|
"type": "string"
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
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"
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
|
|
|
|
]
|