Skip to content

Commit

Permalink
Merge pull request #227 from symfony-cmf/prepend-seo-content-path
Browse files Browse the repository at this point in the history
prepend content basepath to seo bundle
  • Loading branch information
wouterj authored Feb 9, 2017
2 parents 2744394 + 08b8331 commit ea06964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DependencyInjection/CmfCoreExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ public function prepend(ContainerBuilder $container)
'persistence' => [
'phpcr' => [
'enabled' => $persistenceConfig['enabled'],
'content_basepath' => $persistenceConfig['basepath'].'/content',
],
],
];
Expand Down

0 comments on commit ea06964

Please sign in to comment.