diff --git a/data/fields/camp_site.json b/data/fields/camp_site.json new file mode 100644 index 000000000..db9f42171 --- /dev/null +++ b/data/fields/camp_site.json @@ -0,0 +1,32 @@ +{ + "key": "camp_site", + "type": "combo", + "label": "Type", + "options": [ + "basic", + "standard", + "serviced", + "deluxe" + ], + "strings": { + "options": { + "basic": { + "title": "Basic (only tent/vehicle spots)", + "description": "Nothing but a place to pitch a tent or park a vehicle" + }, + "standard": { + "title": "Standard (offers toilets and water)", + "description": "Toilets and water are provided or available nearby" + }, + "serviced": { + "title": "Serviced (offers showers and electricity)", + "description": "Toilets, water, showers and electricity are provided" + }, + "deluxe": { + "title": "Deluxe (offers laundry or swimming pool, etc.)", + "description": "Fully serviced and has additional amenities like a laundry, swimming pool or similar recreation facilities" + } + } + }, + "autoSuggestions": false +} diff --git a/data/presets/tourism/camp_site.json b/data/presets/tourism/camp_site.json index 153f562b7..a80527541 100644 --- a/data/presets/tourism/camp_site.json +++ b/data/presets/tourism/camp_site.json @@ -3,6 +3,7 @@ "fields": [ "name", "operator", + "camp_site", "address", "access_simple", "capacity/persons",