Switch calendar initial view to dayGridMonth
This commit is contained in:
parent
ab83956558
commit
8ef99489c3
|
@ -30,7 +30,7 @@
|
||||||
plugins: [dayGridPlugin, timeGridPlugin, listPlugin ],
|
plugins: [dayGridPlugin, timeGridPlugin, listPlugin ],
|
||||||
themeSystem: 'bootstrap5',
|
themeSystem: 'bootstrap5',
|
||||||
firstDay: 1,
|
firstDay: 1,
|
||||||
initialView: 'timeGridWeek',
|
initialView: 'dayGridMonth',
|
||||||
headerToolbar: {
|
headerToolbar: {
|
||||||
left: 'prev,next today',
|
left: 'prev,next today',
|
||||||
center: 'title',
|
center: 'title',
|
||||||
|
|
Loading…
Reference in a new issue