Skip to content

Commit 468d3ad

Browse files
committed
add seo bundle to prepend thing
1 parent a619d83 commit 468d3ad

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

DependencyInjection/CmfCoreExtension.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,17 @@ public function prepend(ContainerBuilder $container)
177177
)
178178
);
179179
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;
180191
}
181192

182193
if ($prependConfig) {

0 commit comments

Comments
 (0)