mirror of
https://github.com/FoggedLens/id-tagging-schema.git
synced 2026-05-24 00:54:03 +02:00
Add field for opening_hours:drive_through=* (#999)
This commit is contained in:
@@ -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
|
||||
}
|
||||
@@ -7,7 +7,8 @@
|
||||
"building_area_yes",
|
||||
"opening_hours",
|
||||
"atm",
|
||||
"drive_through"
|
||||
"drive_through",
|
||||
"opening_hours/drive_through"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/internet_access}",
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
"outdoor_seating",
|
||||
"{@templates/internet_access}",
|
||||
"phone",
|
||||
"website"
|
||||
"website",
|
||||
"opening_hours/drive_through"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/internet_access}",
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
"building_area_yes",
|
||||
"opening_hours",
|
||||
"drive_through",
|
||||
"opening_hours/drive_through",
|
||||
"phone",
|
||||
"website"
|
||||
],
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
"delivery",
|
||||
"diet_multi",
|
||||
"drive_through",
|
||||
"opening_hours/drive_through",
|
||||
"takeaway",
|
||||
"fhrs/id-GB",
|
||||
"website/menu"
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
"building_area_yes",
|
||||
"opening_hours",
|
||||
"dispensing",
|
||||
"drive_through"
|
||||
"drive_through",
|
||||
"opening_hours/drive_through"
|
||||
],
|
||||
"moreFields": [
|
||||
"{@templates/poi}",
|
||||
|
||||
@@ -2,7 +2,8 @@
|
||||
"icon": "fas-wine-bottle",
|
||||
"fields": [
|
||||
"{shop}",
|
||||
"drive_through"
|
||||
"drive_through",
|
||||
"opening_hours/drive_through"
|
||||
],
|
||||
"moreFields": [
|
||||
"{shop}",
|
||||
|
||||
Reference in New Issue
Block a user