Skip to content

Commit 71c2a21

Browse files
committed
Added detail to camp_site field
1 parent db10a4c commit 71c2a21

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

data/fields/camp_site.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
22
"key": "camp_site",
33
"type": "combo",
4-
"label": "Type"
5-
}
4+
"label": "Type",
5+
"strings": {
6+
"options": {
7+
"basic": "Basic (nothing but a place to pitch a tent or park a vehicle)",
8+
"standard": "Standard (has toilets, water)",
9+
"serviced": "Serviced (above plus shower, electricity)",
10+
"deluxe": "Deluxe (above plus laundry, swimming pool or similar)"
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)