-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Martin Raifer <[email protected]>
- Loading branch information
1 parent
1477951
commit 5d95be8
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
"fields": [ | ||
"name", | ||
"operator", | ||
"camp_site", | ||
"address", | ||
"access_simple", | ||
"capacity/persons", | ||
|