Set the current CMS business hours

This commit is contained in:
Adam Goldsmith 2021-04-01 00:06:30 -04:00
parent 780b478f07
commit 542f5d8bf1

View File

@ -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,