added calendar slot_duration config (#989)

This commit is contained in:
Kevin Papst
2019-07-26 23:51:29 +02:00
committed by GitHub
parent 0d11aded40
commit 1bd784eef3
7 changed files with 13 additions and 3 deletions

View File

@@ -250,6 +250,7 @@ class Configuration implements ConfigurationInterface
->children()
->booleanNode('week_numbers')->defaultTrue()->end()
->integerNode('day_limit')->defaultValue(4)->end()
->scalarNode('slot_duration')->defaultValue('00:30:00')->end()
->arrayNode('businessHours')
->addDefaultsIfNotSet()
->children()