Skip to content

Commit 2fe8d20

Browse files
committed
Merge pull request #89 from symfony-cmf/block-only-one-basepath
blockbundle dropped the content_basepath configuration
2 parents 7f34574 + a25c14e commit 2fe8d20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

DependencyInjection/CmfCoreExtension.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ public function prepend(ContainerBuilder $container)
4646
'phpcr' => array(
4747
'enabled' => $persistenceConfig['enabled'],
4848
'use_sonata_admin' => $persistenceConfig['use_sonata_admin'],
49-
'content_basepath' => $persistenceConfig['basepath'].'/content',
5049
'block_basepath' => $persistenceConfig['basepath'].'/content',
5150
'manager_name' => $persistenceConfig['manager_name'],
5251
)

0 commit comments

Comments
 (0)