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 +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 1.0.0
5+ -----
6+
7+ * Enabled new ` container ` token provider - retrieve URL elements
8+ from container parameters.
9+
4101.0.0-RC1
511---------
612
Original file line number Diff line number Diff line change 88 <parameter key =" cmf_routing_auto.token_provider.content_method.class" >Symfony\Cmf\Component\RoutingAuto\TokenProvider\ContentMethodProvider</parameter >
99 <parameter key =" cmf_routing_auto.token_provider.content_datetime.class" >Symfony\Cmf\Component\RoutingAuto\TokenProvider\ContentDateTimeProvider</parameter >
1010 <parameter key =" cmf_routing_auto.token_provider.content_locale.class" >Symfony\Cmf\Component\RoutingAuto\TokenProvider\ContentLocaleProvider</parameter >
11+ <parameter key =" cmf_routing_auto.token_provider.container.class" >Symfony\Cmf\Component\RoutingAuto\TokenProvider\SymfonyContainerParameterProvider</parameter >
1112
1213 </parameters >
1314
2728 <tag name =" cmf_routing_auto.token_provider" alias =" content_locale" />
2829 </service >
2930
31+ <service id =" cmf_routing_auto.token_provider.container" class =" %cmf_routing_auto.token_provider.container.class%" >
32+ <tag name =" cmf_routing_auto.token_provider" alias =" container" />
33+ <argument type =" service" id =" service_container" />
34+ </service >
35+
3036 </services >
3137</container >
You can’t perform that action at this time.
0 commit comments