added calendar slot_duration config (#989)
This commit is contained in:
@@ -215,9 +215,8 @@
|
||||
eventResize: changeHandler,
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
/*
|
||||
slotDuration: '00:30:00', // TODO make me configurable
|
||||
*/
|
||||
slotDuration: '{{ config.slotDuration }}',
|
||||
slotLabelInterval: '{{ config.slotDuration }}',
|
||||
minTime: '{{ config.timeframeBegin }}',
|
||||
maxTime: '{{ config.timeframeEnd }}',
|
||||
defaultTimedEventDuration: '00:30'
|
||||
|
||||
Reference in New Issue
Block a user