configurable calendar drag and drop behavior (#3537)
This commit is contained in:
@@ -438,6 +438,7 @@ class Configuration implements ConfigurationInterface
|
||||
->thenInvalid('The dragdrop_amount must be between 0 and 20')
|
||||
->end()
|
||||
->end()
|
||||
->booleanNode('dragdrop_data')->defaultFalse()->end()
|
||||
->enumNode('title_pattern')
|
||||
->values(['{activity}', '{project}', '{customer}', '{description}'])
|
||||
->defaultValue('{activity}')
|
||||
|
||||
Reference in New Issue
Block a user