Add field for opening_hours:drive_through=* (#999)

This commit is contained in:
archpdx
2023-12-16 05:04:37 -08:00
committed by GitHub
parent def8e98301
commit 8ee33f2a28
7 changed files with 22 additions and 4 deletions
@@ -0,0 +1,12 @@
{
"key": "opening_hours:drive_through",
"type": "combo",
"label": "Drive Through Hours",
"placeholder": "Same as regular business hours",
"prerequisiteTag": {
"key": "drive_through",
"value": "yes"
},
"snake_case": false,
"caseSensitive": true
}