Skip to content

Commit ea06964

Browse files
authored
Merge pull request #227 from symfony-cmf/prepend-seo-content-path
prepend content basepath to seo bundle
2 parents 2744394 + 08b8331 commit ea06964

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DependencyInjection/CmfCoreExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ public function prepend(ContainerBuilder $container)
183183
'persistence' => [
184184
'phpcr' => [
185185
'enabled' => $persistenceConfig['enabled'],
186+
'content_basepath' => $persistenceConfig['basepath'].'/content',
186187
],
187188
],
188189
];

0 commit comments

Comments
 (0)