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
+2 -9
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"
}