|
@@ -80,6 +80,11 @@ class Configuration implements ConfigurationInterface
|
|
->integerNode('pager_links')->defaultValue(null)->end()
|
|
->integerNode('pager_links')->defaultValue(null)->end()
|
|
->scalarNode('form_type')->defaultValue('standard')->end()
|
|
->scalarNode('form_type')->defaultValue('standard')->end()
|
|
->integerNode('dropdown_number_groups_per_colums')->defaultValue(2)->end()
|
|
->integerNode('dropdown_number_groups_per_colums')->defaultValue(2)->end()
|
|
|
|
+ ->enumNode('title_mode')
|
|
|
|
+ ->values(array('single_text', 'single_image', 'both'))
|
|
|
|
+ ->defaultValue('both')
|
|
|
|
+ ->cannotBeEmpty()
|
|
|
|
+ ->end()
|
|
->end()
|
|
->end()
|
|
->end()
|
|
->end()
|
|
->arrayNode('dashboard')
|
|
->arrayNode('dashboard')
|