[feat]Read fullcalendar license key from ENV
This commit is contained in:
parent
a35badb2ca
commit
c223959ffb
4 changed files with 8 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ $( document ).ready(function() {
|
|||
let fullcalData = $('#fullcalendar');
|
||||
|
||||
var calendar = new FullCalendar.Calendar(calendarEl, {
|
||||
schedulerLicenseKey: fullcalData.data('schedulerLicenseKey'),
|
||||
expandRows: true,
|
||||
allDaySlot: false,
|
||||
slotMinTime: fullcalData.data('startHour') + ':00:00',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue