mirror of
https://github.com/nikdoof/website-hugo.git
synced 2025-12-14 02:12:21 +00:00
Tidy up calendar
This commit is contained in:
@@ -26,11 +26,15 @@ function render_calendar() {
|
|||||||
isReadOnly: true,
|
isReadOnly: true,
|
||||||
useDetailPopup: true,
|
useDetailPopup: true,
|
||||||
usageStatistics: false,
|
usageStatistics: false,
|
||||||
|
month: {
|
||||||
|
startDayOfWeek: 1,
|
||||||
|
visibleWeeksCount: 4,
|
||||||
|
},
|
||||||
calendars: [
|
calendars: [
|
||||||
{
|
{
|
||||||
id: '1',
|
id: '1',
|
||||||
name: 'Hackspace Events',
|
name: 'Hackspace Events',
|
||||||
backgroundColor: '#ff0000',
|
backgroundColor: '#d41246',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -20,5 +20,5 @@
|
|||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ define "content" }}
|
{{ define "content" }}
|
||||||
<div id="calendar" style="height: 800px"></div>
|
<div id="calendar" style="height: 600px"></div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
Reference in New Issue
Block a user