first commit

This commit is contained in:
2024-08-04 21:09:59 +08:00
commit 85d65d596a
2711 changed files with 540473 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"key": "capacity:caravans",
"type": "number",
"minValue": 0,
"label": "Capacity (Campervan / Camping Trailer)",
"placeholder": "10, 20, 50...",
"prerequisiteTag": {
"key": "caravans",
"valueNot": "no"
}
}
@@ -0,0 +1,7 @@
{
"key": "capacity:disabled",
"type": "number",
"minValue": 0,
"label": "Accessible Spaces",
"placeholder": "1, 2, 3..."
}
+7
View File
@@ -0,0 +1,7 @@
{
"key": "capacity:persons",
"type": "number",
"minValue": 0,
"label": "Capacity (Persons)",
"placeholder": "50, 100, 200..."
}
+11
View File
@@ -0,0 +1,11 @@
{
"key": "capacity:tents",
"type": "number",
"minValue": 0,
"label": "Capacity (Tents)",
"placeholder": "10, 20, 50...",
"prerequisiteTag": {
"key": "tents",
"valueNot": "no"
}
}