prepare release 1.6 (#1270)

This commit is contained in:
Kevin Papst
2019-11-24 00:02:43 +01:00
committed by GitHub
parent 817a43b178
commit 936ab05882
15 changed files with 36 additions and 14 deletions

View File

@@ -116,7 +116,7 @@
weekNumbers: {% if config.showWeekNumbers %}true{% else %}false{% endif %},
allDaySlot: false,
navLinks: true,
locale: '{{ app.request.locale }}',
locale: '{{ app.request.locale|replace({'_': '-'})|lower }}',
/*
// TODO calculate height properly instead of relying on the default aspectRatio
height: function() {