From 542f5d8bf10229f6cebe704f45de89993fc0aca0 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Thu, 1 Apr 2021 00:06:30 -0400 Subject: [PATCH] Set the current CMS business hours --- src/App.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/App.vue b/src/App.vue index 778752a..17ad9f9 100644 --- a/src/App.vue +++ b/src/App.vue @@ -40,6 +40,11 @@ export default class App extends Vue { googleCalendarApiKey: 'AIzaSyAQ46fgaqbekkmJqaKR0NCXntaJA6H8JoQ', slotMinTime: '8:00', slotMaxTime: '22:00', + businessHours: { + daysOfWeek: [0, 1, 2, 3, 4, 5, 6], + startTime: '10:00', + endTime: '21:00', + }, eventSources: Object.entries(calendars).map(([name, id], idx) => { return { googleCalendarId: id,