-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,7 @@ | ||
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/phpcr/doctrine-mapping" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> | ||
|
||
<document | ||
name="Symfony\Cmf\Bundle\RoutingAutoBundle\Document\AutoRoute" | ||
referenceable="true"/> | ||
<document name="Symfony\Cmf\Bundle\RoutingAutoBundle\Document\AutoRoute" referenceable="true"/> | ||
This comment has been minimized.
Sorry, something went wrong. |
||
|
||
</doctrine-mapping> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
cmf_routing: | ||
chain: | ||
routers_by_id: | ||
cmf_routing.dynamic_router: 20 | ||
router.default: 100 | ||
dynamic: | ||
enabled: true | ||
controllers_by_type: | ||
demo_alias: test.controller:aliasAction | ||
controllers_by_class: | ||
Symfony\Cmf\Bundle\RoutingBundle\Doctrine\Phpcr\RedirectRoute: cmf_routing.redirect_controller:redirectAction | ||
templates_by_class: | ||
Symfony\Cmf\Component\Testing\Document\Content: TestBundle:Content:index.html.twig | ||
persistence: | ||
phpcr: | ||
enabled: true | ||
route_basepath: /test/routing | ||
|
||
This comment has been minimized.
Sorry, something went wrong.
dbu
Member
|
||
cmf_routing_auto: | ||
|
||
auto_route_mapping: | ||
|
the referenceable=true can go away, that was to work around phpcr-odm not inheriting class level attributes, fixed now