Add outdoor_seating options

This commit is contained in:
Mert Emin Kalender
2017-01-07 20:48:13 -08:00
committed by Mert Emin Kalender
parent a4eda3cf08
commit b2bd8ada9d
3 changed files with 21 additions and 2 deletions
+5
View File
@@ -817,6 +817,11 @@ en:
outdoor_seating:
# outdoor_seating=*
label: Outdoor Seating
options:
# outdoor_seating=yes
yes: Outdoor seating is possible
# outdoor_seating=no
no: No outdoor seating
par:
# par=*
label: Par
+8 -1
View File
@@ -1106,7 +1106,14 @@
"outdoor_seating": {
"key": "outdoor_seating",
"type": "combo",
"label": "Outdoor Seating"
"label": "Outdoor Seating",
"placeholder": "Yes, No...",
"strings": {
"options": {
"no": "No outdoor seating",
"yes": "Outdoor seating is possible"
}
}
},
"par": {
"key": "par",
+8 -1
View File
@@ -1,5 +1,12 @@
{
"key": "outdoor_seating",
"type": "combo",
"label": "Outdoor Seating"
"label": "Outdoor Seating",
"placeholder": "Yes, No...",
"strings": {
"options": {
"no": "No outdoor seating",
"yes": "Outdoor seating is possible"
}
}
}