77 lines
2.1 KiB
JSON
77 lines
2.1 KiB
JSON
[
|
|
{
|
|
"icon": "/font-awesome/light/suitcase.svg",
|
|
"group_name": "Design",
|
|
"description": "word word word word",
|
|
"variables": [
|
|
{
|
|
"name": "Primary CI Color",
|
|
"type": "color",
|
|
"value": "#e62b25"
|
|
},
|
|
{
|
|
"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": "#e62b25"
|
|
},
|
|
{
|
|
"name": "Secondary Link Color",
|
|
"type": "color",
|
|
"value": "#1862A8"
|
|
},
|
|
{
|
|
"name": "Title Color",
|
|
"type": "color",
|
|
"value": "#e62b25",
|
|
"description": "Farbe für Überschriften"
|
|
},
|
|
{
|
|
"name": "Schriftart",
|
|
"type": "string",
|
|
"value": "15px/25px 'Noto Sans', Arial, sans-serif"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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
|
|
},
|
|
{
|
|
"name": "Tags Field",
|
|
"type": "string",
|
|
"required": true
|
|
}
|
|
]
|
|
}
|
|
] |