mirror of
https://github.com/netz39/www.netz39.de.git
synced 2025-01-19 04:20:10 +01:00
Enable showing weeknumbers
Rearrange buttons in header toolbar
This commit is contained in:
parent
d778773b90
commit
88dbe3f8a4
1 changed files with 8 additions and 1 deletions
|
@ -22,7 +22,14 @@ icon: "far fa-calendar"
|
|||
initialView: 'dayGridMonth',
|
||||
height: "auto",
|
||||
locale: 'de',
|
||||
events: '/calendar-data'
|
||||
events: '/calendar-data',
|
||||
weekNumbers: true,
|
||||
headerToolbar:
|
||||
{
|
||||
left: 'today',
|
||||
center: 'title',
|
||||
right: 'prev,next'
|
||||
}
|
||||
});
|
||||
calendar.render();
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue