basic-business-template/variables.json

40 lines
1.0 KiB
JSON
Raw Normal View History

2023-07-25 14:32:35 +00:00
[
{
"icon": "/font-awesome/light/bag-shopping.svg",
"group_name": "Warenkorb",
"description": "Here you can configure the shopping cart.",
"variables": [
{
2024-01-08 14:31:18 +00:00
"name": "zeige team",
"type": "boolean",
"description": "Soll die Funktion Warenkorb aktiviert werden?"
2023-07-25 14:32:35 +00:00
},
{
2024-01-08 14:31:18 +00:00
"name": "about image",
2023-09-12 22:07:22 +00:00
"type": "boolean",
2024-01-08 14:31:18 +00:00
"description": "Soll die Funktion Warenkorb aktiviert werden?"
2023-12-17 18:41:38 +00:00
},
{
2024-01-08 14:31:18 +00:00
"name": "about image1",
"type": "image",
"description": "Soll die Funktion Warenkorb aktiviert werden?"
2023-12-17 18:41:38 +00:00
},
{
2024-01-08 14:31:18 +00:00
"name": "about image2",
"type": "image",
"description": "Soll die Funktion Warenkorb aktiviert werden?"
2023-12-17 18:41:38 +00:00
},
{
2024-01-08 14:31:18 +00:00
"name": "about image3",
"type": "image",
"description": "Soll die Funktion Warenkorb aktiviert werden?"
2023-12-17 18:41:38 +00:00
},
{
2024-01-08 14:31:18 +00:00
"name": "about image4",
"type": "image",
"description": "Soll die Funktion Warenkorb aktiviert werden?"
2023-07-25 14:32:35 +00:00
}
]
}
2024-01-08 14:31:18 +00:00
2023-07-25 14:32:35 +00:00
]