Gustavo Luigi 2023-10-03 17:19:20 -03:00
parent 49112c8209
commit 487fa895e1
1 changed files with 11 additions and 55 deletions

View File

@ -1,5 +1,4 @@
[ [

{ {
"icon": "/font-awesome/light/building.svg", "icon": "/font-awesome/light/building.svg",
"group_name": "Allgemein", "group_name": "Allgemein",
@ -47,7 +46,6 @@
"type": "string", "type": "string",
"required": true "required": true
} }

] ]
}, },
{ {
@ -62,8 +60,6 @@
} }
] ]
}, },


{ {
"icon": "/font-awesome/light/users.svg", "icon": "/font-awesome/light/users.svg",
"group_name": "Über uns", "group_name": "Über uns",
@ -76,7 +72,6 @@
} }
] ]
}, },

{ {
"icon": "/font-awesome/light/map-pin.svg", "icon": "/font-awesome/light/map-pin.svg",
"group_name": "Kontankt", "group_name": "Kontankt",
@ -101,7 +96,6 @@
} }
] ]
}, },

{ {
"icon": "/font-awesome/light/palette.svg", "icon": "/font-awesome/light/palette.svg",
"group_name": "Layout & Design", "group_name": "Layout & Design",
@ -112,7 +106,6 @@
"type": "color", "type": "color",
"value": "#1a5fb4", "value": "#1a5fb4",
"required": true "required": true

}, },
{ {
"name": "Secondary CI Color", "name": "Secondary CI Color",
@ -120,103 +113,73 @@
"value": "#1c71d8", "value": "#1c71d8",
"required": true "required": true
}, },

{ {
"name": "Primary Background Color", "name": "Primary Background Color",
"type": "color", "type": "color",
"value": "#ffffff", "value": "#ffffff",
"required": true "required": true

}, },
{ {
"name": "Secondary Background Color", "name": "Secondary Background Color",
"type": "color", "type": "color",
"value": "#f6f5f4", "value": "#f6f5f4",
"required": true "required": true

}, },

{ {
"name": "Primary Link Color", "name": "Primary Link Color",
"type": "color", "type": "color",
"value": "#1a5fb4", "value": "#1a5fb4",
"required": true "required": true


}, },
{ {
"name": "Secondary Link Color", "name": "Secondary Link Color",
"type": "color", "type": "color",
"value": "#1862a8", "value": "#1862a8",
"required": true "required": true


}, },

{ {
"name": "Footer Color", "name": "Footer Color",
"type": "color", "type": "color",
"value": "#f6f5f4", "value": "#f6f5f4",
"required": true "required": true


}, },

{ {
"name": "Footer Link Color", "name": "Footer Link Color",
"type": "color", "type": "color",
"value": "#ffffff", "value": "#ffffff",
"required": true "required": true


}, },

{ {
"name": "Footer Secondary Link Color", "name": "Footer Secondary Link Color",
"type": "color", "type": "color",
"value": "#deddda", "value": "#deddda",
"required": true "required": true


}, },

{ {
"name": "Menue Background Color", "name": "Menue Background Color",
"type": "color", "type": "color",
"value": "#f6f5f4", "value": "#f6f5f4",
"required": true "required": true


}, },

{ {
"name": "Footer Background Color", "name": "Footer Background Color",
"type": "color", "type": "color",
"value": "#1a5fb4", "value": "#1a5fb4",
"required": true "required": true


}, },

{ {
"name": "Title Color", "name": "Title Color",
"type": "color", "type": "color",
"value": "#1a5fb4", "value": "#1a5fb4",
"description": "Farbe für Überschriften", "description": "Farbe für Überschriften",
"required": true "required": true


}, },

{ {
"name": "Contact Bar", "name": "Contact Bar",
"type": "boolean", "type": "boolean",
"description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.", "description": "Eine Infobar am oberen Rand der Homepage, welche Standort und Telefonnummer anzeigt.",
"required": true "required": true


}, },

{ {
"name": "Schriftart", "name": "Schriftart",
"type": "select", "type": "select",
@ -231,11 +194,9 @@
"Trebuchet MS" "Trebuchet MS"
], ],
"required": true "required": true

} }
] ]
}, },

{ {
"icon": "/font-awesome/light/map-pin.svg", "icon": "/font-awesome/light/map-pin.svg",
"group_name": "Statische Seiten", "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", "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" "type": "string"
} }

] ]
}, },


{ {
"icon": "/font-awesome/light/map-pin.svg", "icon": "/font-awesome/light/map-pin.svg",
"group_name": "Lumino Branding", "group_name": "Lumino Branding",
@ -261,8 +219,6 @@
"value": "true", "value": "true",
"type": "boolean" "type": "boolean"
} }

] ]
} }

] ]