Skip to content

Commit 08b8331

Browse files
committed
prepend content basepath to seo bundle
1 parent 2744394 commit 08b8331

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)