Removing "->performNoDeepMerging()"in indexes configuration, allowing custom Bundle defining new types in an existing index.

Configuration is injected in the new Bundle using prependExtensionConfig()
This commit is contained in:
Vermi 2014-01-10 16:25:45 +01:00
parent d33c5d0ece
commit 73ee750515

View file

@ -132,7 +132,6 @@ class Configuration implements ConfigurationInterface
->arrayNode('indexes')
->useAttributeAsKey('name')
->prototype('array')
->performNoDeepMerging()
->children()
->scalarNode('index_name')->end()
->scalarNode('client')->end()