This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-3
lines changed
Resources/config/doctrine
Tests/Resources/app/config Expand file tree Collapse file tree 2 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
<doctrine-mapping xmlns =" http://doctrine-project.org/schemas/phpcr/doctrine-mapping"
2
2
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
3
3
4
- <document
5
- name =" Symfony\Cmf\Bundle\RoutingAutoBundle\Document\AutoRoute"
6
- referenceable =" true" />
4
+ <document name =" Symfony\Cmf\Bundle\RoutingAutoBundle\Document\AutoRoute" referenceable =" true" />
7
5
8
6
</doctrine-mapping >
9
7
Original file line number Diff line number Diff line change
1
+ cmf_routing :
2
+ chain :
3
+ routers_by_id :
4
+ cmf_routing.dynamic_router : 20
5
+ router.default : 100
6
+ dynamic :
7
+ enabled : true
8
+ controllers_by_type :
9
+ demo_alias : test.controller:aliasAction
10
+ controllers_by_class :
11
+ Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\RedirectRoute : cmf_routing.redirect_controller:redirectAction
12
+ templates_by_class :
13
+ Symfony\Cmf\Component\Testing\Document\Content : TestBundle:Content:index.html.twig
14
+ persistence :
15
+ phpcr :
16
+ enabled : true
17
+ route_basepath : /test/routing
18
+
1
19
cmf_routing_auto :
2
20
3
21
auto_route_mapping :
You can’t perform that action at this time.
0 commit comments