File tree Expand file tree Collapse file tree 2 files changed +33
-0
lines changed
Expand file tree Collapse file tree 2 files changed +33
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "key" : " camp_site" ,
3+ "type" : " combo" ,
4+ "label" : " Type" ,
5+ "options" : [
6+ " basic" ,
7+ " standard" ,
8+ " serviced" ,
9+ " deluxe"
10+ ],
11+ "strings" : {
12+ "options" : {
13+ "basic" : {
14+ "title" : " Basic (only tent/vehicle spots)" ,
15+ "description" : " Nothing but a place to pitch a tent or park a vehicle"
16+ },
17+ "standard" : {
18+ "title" : " Standard (offers toilets and water)" ,
19+ "description" : " Toilets and water are provided or available nearby"
20+ },
21+ "serviced" : {
22+ "title" : " Serviced (offers showers and electricity)" ,
23+ "description" : " Toilets, water, showers and electricity are provided"
24+ },
25+ "deluxe" : {
26+ "title" : " Deluxe (offers laundry or swimming pool, etc.)" ,
27+ "description" : " Fully serviced and has additional amenities like a laundry, swimming pool or similar recreation facilities"
28+ }
29+ }
30+ },
31+ "autoSuggestions" : false
32+ }
Original file line number Diff line number Diff line change 33 "fields" : [
44 " name" ,
55 " operator" ,
6+ " camp_site" ,
67 " address" ,
78 " access_simple" ,
89 " capacity/persons" ,
You can’t perform that action at this time.
0 commit comments