Set the current CMS business hours
This commit is contained in:
parent
780b478f07
commit
542f5d8bf1
@ -40,6 +40,11 @@ export default class App extends Vue {
|
|||||||
googleCalendarApiKey: 'AIzaSyAQ46fgaqbekkmJqaKR0NCXntaJA6H8JoQ',
|
googleCalendarApiKey: 'AIzaSyAQ46fgaqbekkmJqaKR0NCXntaJA6H8JoQ',
|
||||||
slotMinTime: '8:00',
|
slotMinTime: '8:00',
|
||||||
slotMaxTime: '22: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) => {
|
eventSources: Object.entries(calendars).map(([name, id], idx) => {
|
||||||
return {
|
return {
|
||||||
googleCalendarId: id,
|
googleCalendarId: id,
|
||||||
|
Loading…
Reference in New Issue
Block a user