Merge pull request #3730 from mertemin/feature-y

Add outdoor_seating options
This commit is contained in:
Bryan Housel
2017-01-10 12:29:04 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1105,7 +1105,7 @@
},
"outdoor_seating": {
"key": "outdoor_seating",
"type": "combo",
"type": "check",
"label": "Outdoor Seating"
},
"par": {

View File

@@ -1,5 +1,5 @@
{
"key": "outdoor_seating",
"type": "combo",
"type": "check",
"label": "Outdoor Seating"
}