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 1
1
Changelog
2
2
=========
3
3
4
+ 1.0.0
5
+ -----
6
+
7
+ * Enabled new ` container ` token provider - retrieve URL elements
8
+ from container parameters.
9
+
4
10
1.0.0-RC1
5
11
---------
6
12
Original file line number Diff line number Diff line change 8
8
<parameter key =" cmf_routing_auto.token_provider.content_method.class" >Symfony\Cmf\Component\RoutingAuto\TokenProvider\ContentMethodProvider</parameter >
9
9
<parameter key =" cmf_routing_auto.token_provider.content_datetime.class" >Symfony\Cmf\Component\RoutingAuto\TokenProvider\ContentDateTimeProvider</parameter >
10
10
<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 >
11
12
12
13
</parameters >
13
14
27
28
<tag name =" cmf_routing_auto.token_provider" alias =" content_locale" />
28
29
</service >
29
30
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
+
30
36
</services >
31
37
</container >
You can’t perform that action at this time.
0 commit comments