maps-theme/variables.json

87 lines
2.4 KiB
JSON
Raw Normal View History

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",
2023-07-28 20:56:23 +00:00
"value": "#e62b25"
2023-07-25 09:34:22 +00:00
},
{
"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",
2023-07-28 20:56:23 +00:00
"value": "#e62b25"
2023-07-25 09:34:22 +00:00
},
{
"name": "Secondary Link Color",
"type": "color",
2023-07-28 20:56:23 +00:00
"value": "#1862A8"
2023-07-25 09:34:22 +00:00
},
{
"name": "Title Color",
"type": "color",
2023-07-28 20:56:23 +00:00
"value": "#e62b25",
2023-07-25 09:34:22 +00:00
"description": "Farbe für Überschriften"
},
{
"name": "Schriftart",
"type": "string",
2023-07-28 20:56:23 +00:00
"value": "15px/25px 'Noto Sans', Arial, sans-serif"
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-07-28 20:56:23 +00:00
},
{
"name": "Tags Field",
"type": "string",
"required": true
2023-08-01 21:24:50 +00:00
},
{
"name": "Description Field",
"type": "string",
"required": false
},
{
"name": "Images Field",
"type": "string",
"required": false
2023-07-25 09:34:22 +00:00
}
]
2023-06-08 17:51:07 +00:00
}
]