Making outdoor_seating checkbox

This commit is contained in:
Mert Emin Kalender
2017-01-08 23:05:14 -08:00
parent b2bd8ada9d
commit d18f54cb2f
3 changed files with 4 additions and 23 deletions

View File

@@ -817,11 +817,6 @@ 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

View File

@@ -1105,15 +1105,8 @@
},
"outdoor_seating": {
"key": "outdoor_seating",
"type": "combo",
"label": "Outdoor Seating",
"placeholder": "Yes, No...",
"strings": {
"options": {
"no": "No outdoor seating",
"yes": "Outdoor seating is possible"
}
}
"type": "check",
"label": "Outdoor Seating"
},
"par": {
"key": "par",

View File

@@ -1,12 +1,5 @@
{
"key": "outdoor_seating",
"type": "combo",
"label": "Outdoor Seating",
"placeholder": "Yes, No...",
"strings": {
"options": {
"no": "No outdoor seating",
"yes": "Outdoor seating is possible"
}
}
"type": "check",
"label": "Outdoor Seating"
}