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 a619d83 commit 468d3adCopy full SHA for 468d3ad
DependencyInjection/CmfCoreExtension.php
@@ -177,6 +177,17 @@ public function prepend(ContainerBuilder $container)
177
)
178
);
179
break;
180
+ case 'cmf_seo':
181
+ $prependConfig = array(
182
+ 'persistence' => array(
183
+ 'phpcr' => array(
184
+ 'enabled' => $persistenceConfig['enabled'],
185
+ 'use_sonata_admin' => $persistenceConfig['use_sonata_admin'],
186
+ 'content_basepath' => $persistenceConfig['basepath'].'/content',
187
+ )
188
189
+ );
190
+ break;
191
}
192
193
if ($prependConfig) {
0 commit comments