We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7a4570 commit 788a55bCopy full SHA for 788a55b
DependencyInjection/Configuration.php
@@ -45,7 +45,7 @@ public function getConfigTreeBuilder()
45
->fixXmlConfig('locale')
46
->children()
47
->scalarNode('enabled')->defaultNull()->end()
48
- ->scalarNode('generic_controller')->defaultValue('cmf_content.controller:indexAction')->end()
+ ->scalarNode('generic_controller')->defaultNull()->end()
49
->arrayNode('controllers_by_type')
50
->useAttributeAsKey('type')
51
->prototype('scalar')->end()
0 commit comments