2023-07-25 14:32: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?"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2023-09-13 15:35:14 +00:00
|
|
|
{
|
|
|
|
"icon": "/font-awesome/light/users.svg",
|
|
|
|
"group_name": "Über uns",
|
|
|
|
"description": "Here you can configure the shopping cart.",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"name": "Zeige Team",
|
|
|
|
"type": "boolean",
|
|
|
|
"description": "Soll das Team gezeigt werden?"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2023-07-26 12:26:35 +00:00
|
|
|
{
|
|
|
|
"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-10-03 20:19:20 +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",
|
2023-10-03 20:19:20 +00:00
|
|
|
"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-10-03 20:19:20 +00:00
|
|
|
"value": "#1a5fb4",
|
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-10-03 20:19:20 +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-10-03 20:19:20 +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-10-03 20:19:20 +00:00
|
|
|
"value": "#ffffff",
|
2023-07-25 16:33:26 +00:00
|
|
|
"required": true
|
2023-07-27 21:49:08 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Footer Secondary Link Color",
|
|
|
|
"type": "color",
|
2023-10-03 20:19:20 +00:00
|
|
|
"value": "#deddda",
|
2023-07-27 21:49:08 +00:00
|
|
|
"required": true
|
2023-07-25 14:32:35 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Menue Background Color",
|
|
|
|
"type": "color",
|
2023-10-03 20:19:20 +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-10-03 20:19:20 +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-10-03 20:19:20 +00:00
|
|
|
"value": "#1a5fb4",
|
2023-07-25 16:33:26 +00:00
|
|
|
"description": "Farbe für Überschriften",
|
|
|
|
"required": true
|
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-12-17 14:32:12 +00:00
|
|
|
|
|
|
|
{
|
|
|
|
"id": "Background Pattern",
|
|
|
|
"name": "Hintergrund Pattern",
|
|
|
|
"type": "string",
|
|
|
|
"value": "",
|
|
|
|
"required": false
|
|
|
|
},
|
2023-07-25 14:32:35 +00:00
|
|
|
{
|
|
|
|
"name": "Schriftart",
|
2023-07-27 21:49:08 +00:00
|
|
|
"type": "select",
|
2023-10-03 20:19:20 +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",
|
2023-10-31 05:37:12 +00:00
|
|
|
"Montserrat",
|
2023-07-27 21:49:08 +00:00
|
|
|
"Verdana",
|
|
|
|
"Trebuchet MS"
|
|
|
|
],
|
2023-07-25 16:33:26 +00:00
|
|
|
"required": true
|
2023-07-25 14:32:35 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2023-12-17 10:28:40 +00:00
|
|
|
{
|
|
|
|
"icon": "/font-awesome/light/palette.svg",
|
|
|
|
"group_name": "Hauptmenü",
|
|
|
|
"description": "Here you can configure some Design and Layout settings.",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"id": "menue_button",
|
|
|
|
"name": "Schaltfäche Menü",
|
|
|
|
"type": "boolean",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "menue_button_link",
|
|
|
|
"name": "Schatfläche Link",
|
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "menue_button_text",
|
|
|
|
"name": "Schatfläche Text",
|
|
|
|
"type": "string",
|
|
|
|
"required": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "menue_button_external",
|
|
|
|
"name": "Ist der Link external?",
|
|
|
|
"type": "boolean",
|
|
|
|
"required": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
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-12-17 11:22:26 +00:00
|
|
|
{
|
|
|
|
"icon": "/font-awesome/light/map-pin.svg",
|
|
|
|
"group_name": "Kontakt",
|
|
|
|
"description": "Kontakt Seite",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"id": "show_contactform",
|
|
|
|
"name": "Zeige Kontaktformular",
|
|
|
|
"value": "true",
|
|
|
|
"type": "boolean"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
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"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
]
|