allow markdown in timesheet descriptions (#296)
This commit is contained in:
@@ -55,6 +55,9 @@ class Configuration implements ConfigurationInterface
|
||||
->booleanNode('duration_only')
|
||||
->defaultValue(false)
|
||||
->end()
|
||||
->booleanNode('markdown_content')
|
||||
->defaultValue(false)
|
||||
->end()
|
||||
->arrayNode('rounding')
|
||||
->requiresAtLeastOneElement()
|
||||
->useAttributeAsKey('key')
|
||||
|
||||
Reference in New Issue
Block a user