[feat]Read fullcalendar license key from ENV

This commit is contained in:
Jimmy 2021-04-30 17:58:52 +08:00
parent a35badb2ca
commit c223959ffb
No known key found for this signature in database
GPG key ID: FAE75C760A4A5CC6
4 changed files with 8 additions and 1 deletions

View file

@ -7,4 +7,5 @@
#vert-schedule-full-calendar
#fullcalendar{ data: { rooms: @rooms, events: @event_schedules, day: @day, |
'start-hour': @conference.start_hour, 'end-hour': @conference.end_hour } }
'start-hour': @conference.start_hour, 'end-hour': @conference.end_hour, |
'scheduler-license-key': @scheduler_license_key } }