File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ parameters:
3
3
#type: jackrabbit
4
4
#url: http://localhost:8080/server/
5
5
type: doctrinedbal
6
- connection: doctrine.dbal.default_connection
6
+ # connection: default
7
7
phpcr_workspace: default
8
8
phpcr_user: admin
9
9
phpcr_pass: admin
Original file line number Diff line number Diff line change
1
+ UPGRADE FROM 1.0 TO 1.1
2
+ =======================
3
+
4
+ Deprecated ` RoutingBundle\Document\Route ` and ` RedirectRoute ` in favor of
5
+ ` RoutingBundle\Doctrine\Phpcr\Route ` resp. ` RedirectRoute ` .
6
+
7
+ PHPCR specific configurations moved into
8
+
9
+ dynamic:
10
+ phpcr_provider:
11
+ use_sonata_admin: auto
12
+ manager_registry: ~
13
+ manager_name: ~
14
+ route_basepath: ~
15
+ content_basepath: ~
16
+
17
+ You need to at least set ` phpcr_provider: ~ ` to have the PHPCR provider loaded.
18
+
19
+ Dropped redundant unused ` routing_repositoryroot ` configuration.
You can’t perform that action at this time.
0 commit comments