Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Commit cc75b37

Browse files
committed
Merge remote-tracking branch 'origin/master' into block-bundle
Conflicts: reference/configuration/block.rst
2 parents 995113b + dfa295a commit cc75b37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/configuration/block.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ is the following configuration:
3333
persistence:
3434
phpcr:
3535
enabled: false
36-
manager_name: ~
3736
block_basepath: /cms/content
37+
manager_name: ~
3838
string_document_class: Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\StringBlock
3939
simple_document_class: Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\SimpleBlock
4040
container_document_class: Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\ContainerBlock
@@ -89,7 +89,7 @@ is the following configuration:
8989
'persistence' => array(
9090
'phpcr' => array(
9191
'enabled' => false,
92-
'block-basepath' => '/cms/block',
92+
'block-basepath' => '/cms/content',
9393
'manager_name' => null,
9494
'string_document_class' => 'Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\StringBlock',
9595
'simple_document_class' => 'Symfony\Cmf\Bundle\BlockBundle\Doctrine\Phpcr\SimpleBlock',

0 commit comments

Comments
 (0)