mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-06-09 08:23:54 +02:00
add fields tents, [static_]caravans, picnic_table, nudism to camp site preset
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
"key": "capacity:caravans",
|
||||
"type": "number",
|
||||
"minValue": 0,
|
||||
"label": "Capacity (Caravans)",
|
||||
"placeholder": "10, 20, 50..."
|
||||
"label": "Capacity (Campervan / Camping Trailer)",
|
||||
"placeholder": "10, 20, 50...",
|
||||
"prerequisiteTag": {
|
||||
"key": "caravans",
|
||||
"valueNot": "no"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": "caravans",
|
||||
"type": "check",
|
||||
"label": "Campervan / Camping Trailer",
|
||||
"terms": [
|
||||
"Camper",
|
||||
"Camper Trailer",
|
||||
"Caravan",
|
||||
"Tourer"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"key": "nudism",
|
||||
"type": "combo",
|
||||
"label": "Nudism",
|
||||
"strings": {
|
||||
"options": {
|
||||
"customary": "Customary",
|
||||
"designated": "Designated",
|
||||
"no": "Prohibited",
|
||||
"obligatory": "Obligatory",
|
||||
"permissive": "Permissive",
|
||||
"yes": "Allowed"
|
||||
}
|
||||
},
|
||||
"autoSuggestions": false,
|
||||
"customValues": false,
|
||||
"terms": [
|
||||
"naturism",
|
||||
"naturist",
|
||||
"nude recreation",
|
||||
"nudist"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"key": "picnic_table",
|
||||
"type": "check",
|
||||
"label": "Picnic Table",
|
||||
"terms": [
|
||||
"outdoor table",
|
||||
"bench"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"key": "static_caravans",
|
||||
"type": "check",
|
||||
"label": "Mobile Homes",
|
||||
"terms": [
|
||||
"House Trailers",
|
||||
"Park Home",
|
||||
"Static Caravans",
|
||||
"Trailer home"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"key": "tents",
|
||||
"type": "check",
|
||||
"label": "Tents"
|
||||
}
|
||||
Reference in New Issue
Block a user