master
parent
49112c8209
commit
487fa895e1
|
@ -1,5 +1,4 @@
|
|||
[
|
||||
|
||||
{
|
||||
"icon": "/font-awesome/light/building.svg",
|
||||
"group_name": "Allgemein",
|
||||
|
@ -47,7 +46,6 @@
|
|||
"type": "string",
|
||||
"required": true
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -62,8 +60,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"icon": "/font-awesome/light/users.svg",
|
||||
"group_name": "Über uns",
|
||||
|
@ -76,7 +72,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"icon": "/font-awesome/light/map-pin.svg",
|
||||
"group_name": "Kontankt",
|
||||
|
@ -101,7 +96,6 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"icon": "/font-awesome/light/palette.svg",
|
||||
"group_name": "Layout & Design",
|
||||
|
@ -110,117 +104,86 @@
|
|||
{
|
||||
"name": "Primary CI Color",
|
||||
"type": "color",
|
||||
"value" : "#1a5fb4",
|
||||
"value": "#1a5fb4",
|
||||
"required": true
|
||||
|
||||
},
|
||||
{
|
||||
"name": "Secondary CI Color",
|
||||
"type": "color",
|
||||
"value": "#1c71d8",
|
||||
"required" : true
|
||||
"required": true
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Primary Background Color",
|
||||
"type": "color",
|
||||
"value": "#ffffff",
|
||||
"required": true
|
||||
|
||||
},
|
||||
{
|
||||
"name": "Secondary Background Color",
|
||||
"type": "color",
|
||||
"value": "#f6f5f4",
|
||||
"required": true
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Primary Link Color",
|
||||
"type": "color",
|
||||
"value" : "#1a5fb4",
|
||||
"value": "#1a5fb4",
|
||||
"required": true
|
||||
|
||||
|
||||
},
|
||||
{
|
||||
"name": "Secondary Link Color",
|
||||
"type": "color",
|
||||
"value" : "#1862a8",
|
||||
"value": "#1862a8",
|
||||
"required": true
|
||||
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Footer Color",
|
||||
"type": "color",
|
||||
"value" : "#f6f5f4",
|
||||
"value": "#f6f5f4",
|
||||
"required": true
|
||||
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Footer Link Color",
|
||||
"type": "color",
|
||||
"value" : "#ffffff",
|
||||
"value": "#ffffff",
|
||||
"required": true
|
||||
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Footer Secondary Link Color",
|
||||
"type": "color",
|
||||
"value" : "#deddda",
|
||||
"value": "#deddda",
|
||||
"required": true
|
||||
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Menue Background Color",
|
||||
"type": "color",
|
||||
"value" : "#f6f5f4",
|
||||
"value": "#f6f5f4",
|
||||
"required": true
|
||||
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Footer Background Color",
|
||||
"type": "color",
|
||||
"value" : "#1a5fb4",
|
||||
"value": "#1a5fb4",
|
||||
"required": true
|
||||
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Title Color",
|
||||
"type": "color",
|
||||
"value" : "#1a5fb4",
|
||||
"value": "#1a5fb4",
|
||||
"description": "Farbe für Überschriften",
|
||||
"required": true
|
||||
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Contact Bar",
|
||||
"type": "boolean",
|
||||
"description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.",
|
||||
"required": true
|
||||
|
||||
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Schriftart",
|
||||
"type": "select",
|
||||
"value" : "15px/25px 'Noto Sans', Arial, sans-serif",
|
||||
"value": "15px/25px 'Noto Sans', Arial, sans-serif",
|
||||
"options": [
|
||||
"15px/25px 'Noto Sans', Arial, sans-serif",
|
||||
"Playfair Display",
|
||||
|
@ -231,11 +194,9 @@
|
|||
"Trebuchet MS"
|
||||
],
|
||||
"required": true
|
||||
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"icon": "/font-awesome/light/map-pin.svg",
|
||||
"group_name": "Statische Seiten",
|
||||
|
@ -246,11 +207,8 @@
|
|||
"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"
|
||||
}
|
||||
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
"icon": "/font-awesome/light/map-pin.svg",
|
||||
"group_name": "Lumino Branding",
|
||||
|
@ -261,8 +219,6 @@
|
|||
"value": "true",
|
||||
"type": "boolean"
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
]
|
Loading…
Reference in New Issue