2023-06-08 17:51:07 +00:00
|
|
|
[
|
|
|
|
{
|
2023-07-25 09:34:22 +00:00
|
|
|
"icon": "/font-awesome/light/suitcase.svg",
|
|
|
|
"group_name": "Design",
|
|
|
|
"description": "word word word word",
|
|
|
|
"variables": [
|
|
|
|
{
|
|
|
|
"name": "Primary CI Color",
|
|
|
|
"type": "color",
|
|
|
|
"value" : "#1862A8"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Secondary CI Color",
|
|
|
|
"type": "color"
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Primary Background Color",
|
|
|
|
"type": "color",
|
|
|
|
"value": "#ffffff"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Secondary Background Color",
|
|
|
|
"type": "color"
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Primary Link Color",
|
|
|
|
"type": "color",
|
|
|
|
"value" : "#1862A8"
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Secondary Link Color",
|
|
|
|
"type": "color",
|
|
|
|
"value" : "#1862A8"
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
{
|
|
|
|
"name": "Title Color",
|
|
|
|
"type": "color",
|
|
|
|
"value" : "#1862A8",
|
|
|
|
"description": "Farbe für Überschriften"
|
|
|
|
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Schriftart",
|
|
|
|
"type": "string",
|
|
|
|
"value" : "Times New Roman"
|
|
|
|
}
|
|
|
|
]
|
2023-06-08 17:51:07 +00:00
|
|
|
},
|
2023-07-25 09:34:22 +00:00
|
|
|
|
2023-06-08 17:51:07 +00:00
|
|
|
{
|
2023-07-25 09:34:22 +00:00
|
|
|
"icon": "/font-awesome/light/map-pin.svg",
|
|
|
|
"group_name": "Maps Config",
|
|
|
|
"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-06-08 17:51:07 +00:00
|
|
|
}
|
2023-07-25 09:34:22 +00:00
|
|
|
|
2023-06-08 17:51:07 +00:00
|
|
|
]
|