added option to use only pre-defined tags (#1463)
This commit is contained in:
@@ -329,9 +329,12 @@ class Configuration implements ConfigurationInterface
|
||||
->defaultValue('selectpicker')
|
||||
->setDeprecated()
|
||||
->end()
|
||||
->scalarNode('auto_reload_datatable')
|
||||
->booleanNode('auto_reload_datatable')
|
||||
->defaultFalse()
|
||||
->end()
|
||||
->booleanNode('tags_create')
|
||||
->defaultTrue()
|
||||
->end()
|
||||
->booleanNode('show_about')
|
||||
->defaultTrue()
|
||||
->end()
|
||||
|
||||
Reference in New Issue
Block a user