From d0bca748afc7329d1137e57164bdacf85b2e7f9f Mon Sep 17 00:00:00 2001 From: Kyle Hensel Date: Mon, 5 May 2025 20:40:50 +1000 Subject: [PATCH] change `opening_hours`-like fields to `type=schedule` --- data/fields/collection_times.json | 2 +- data/fields/opening_hours.json | 2 +- data/fields/opening_hours/drive_through.json | 2 +- data/fields/service_times.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/data/fields/collection_times.json b/data/fields/collection_times.json index 73b24a34..ad37c608 100644 --- a/data/fields/collection_times.json +++ b/data/fields/collection_times.json @@ -1,5 +1,5 @@ { "key": "collection_times", - "type": "text", + "type": "schedule", "label": "Collection Times" } diff --git a/data/fields/opening_hours.json b/data/fields/opening_hours.json index 3533b678..9b386d6d 100644 --- a/data/fields/opening_hours.json +++ b/data/fields/opening_hours.json @@ -1,6 +1,6 @@ { "key": "opening_hours", - "type": "combo", + "type": "schedule", "label": "Hours", "placeholder": "Unknown", "snake_case": false, diff --git a/data/fields/opening_hours/drive_through.json b/data/fields/opening_hours/drive_through.json index 1f008de3..7b114556 100644 --- a/data/fields/opening_hours/drive_through.json +++ b/data/fields/opening_hours/drive_through.json @@ -1,6 +1,6 @@ { "key": "opening_hours:drive_through", - "type": "combo", + "type": "schedule", "label": "Drive Through Hours", "placeholder": "Same as regular business hours", "prerequisiteTag": { diff --git a/data/fields/service_times.json b/data/fields/service_times.json index cb12eca3..b1a08a3f 100644 --- a/data/fields/service_times.json +++ b/data/fields/service_times.json @@ -1,5 +1,5 @@ { "key": "service_times", - "type": "text", + "type": "schedule", "label": "Service Times" }