Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions data/fields/camp_site.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"key": "camp_site",
"type": "combo",
"label": "Type",
"options": [
"basic",
"standard",
"serviced",
"deluxe"
],
"strings": {
"options": {
"basic": "Basic (nothing but a place to pitch a tent or park a vehicle)",
"standard": "Standard (has toilets, water)",
"serviced": "Serviced (above plus shower, electricity)",
"deluxe": "Deluxe (above plus laundry, swimming pool or similar)"
Comment thread
osmuser63783 marked this conversation as resolved.
Outdated
}
},
"autoSuggestions": false
}
1 change: 1 addition & 0 deletions data/presets/tourism/camp_site.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"fields": [
"name",
"operator",
"camp_site",
"address",
"access_simple",
"capacity/persons",
Expand Down