added content, variables and list.jsons
parent
e419434c29
commit
0c1e36c5f8
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1,8 +1,47 @@
|
|||
[
|
||||
|
||||
{
|
||||
"icon": "/font-awesome/light/suitcase.svg",
|
||||
"group_name": "Design",
|
||||
"description": "word word word word",
|
||||
"icon": "/font-awesome/light/bag-shopping.svg",
|
||||
"group_name": "Warenkorb",
|
||||
"description": "Here you can configure the shopping cart.",
|
||||
"variables": [
|
||||
{
|
||||
"name": "Warenkorb aktiv",
|
||||
"type": "boolean",
|
||||
"description": "Soll die Funktion Warenkorb aktiviert werden?"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"icon": "/font-awesome/light/map-pin.svg",
|
||||
"group_name": "Kontankt",
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"icon": "/font-awesome/light/palette.svg",
|
||||
"group_name": "Layout & Design",
|
||||
"description": "Here you can configure some Design and Layout settings.",
|
||||
"variables": [
|
||||
{
|
||||
"name": "Primary CI Color",
|
||||
|
@ -102,43 +141,6 @@
|
|||
]
|
||||
},
|
||||
|
||||
{
|
||||
"icon": "/font-awesome/light/bag-shopping.svg",
|
||||
"group_name": "Warenkorb",
|
||||
"description": "word word word word",
|
||||
"variables": [
|
||||
{
|
||||
"name": "Warenkorb aktiv",
|
||||
"type": "boolean",
|
||||
"description": "Soll die Funktion Warenkorb aktiviert werden?"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"icon": "/font-awesome/light/map-pin.svg",
|
||||
"group_name": "Kontankt",
|
||||
"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
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
{
|
||||
"icon": "/font-awesome/light/map-pin.svg",
|
||||
|
|
Loading…
Reference in New Issue