@@ -72,7 +72,6 @@ Configuration
72
72
* `version_strategy `_
73
73
* `version `_
74
74
* `version_format `_
75
- * `version_strategy `_
76
75
* `templating `_
77
76
* `hinclude_default_template `_
78
77
* :ref: `form <reference-templating-form >`
@@ -911,8 +910,6 @@ collection each time it generates an asset's path:
911
910
),
912
911
));
913
912
914
- .. _reference-framework-assets-packages :
915
-
916
913
packages
917
914
........
918
915
@@ -982,7 +979,6 @@ Each package can configure the following options:
982
979
* :ref: `version_strategy <reference-assets-version-strategy >`
983
980
* :ref: `version <reference-framework-assets-version >`
984
981
* :ref: `version_format <reference-assets-version-format >`
985
- * :ref: `version_strategy <reference-framework-assets-version_strategy >`
986
982
987
983
.. _reference-templating-version-strategy :
988
984
.. _reference-assets-version-strategy :
@@ -1080,7 +1076,6 @@ option.
1080
1076
``version ``. This makes it easier to increment the cache on each
1081
1077
deployment.
1082
1078
1083
- .. _reference-framework-assets-version-format :
1084
1079
.. _reference-templating-version-format :
1085
1080
.. _reference-assets-version-format :
1086
1081
@@ -1121,16 +1116,6 @@ is set to ``5``, the asset's path would be ``/images/logo.png?version=5``.
1121
1116
any URL rewriting. The latter option is useful if you would like older
1122
1117
asset versions to remain accessible at their original URL.
1123
1118
1124
- .. _reference-framework-assets-version_strategy :
1125
-
1126
- version_strategy
1127
- ................
1128
-
1129
- **type **: ``string `` **default **: null
1130
-
1131
- The service id of the :doc: `asset version strategy </frontend/custom_version_strategy >`
1132
- applied to the assets.
1133
-
1134
1119
templating
1135
1120
~~~~~~~~~~
1136
1121
0 commit comments