@@ -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 >`
@@ -894,8 +893,6 @@ collection each time it generates an asset's path:
894
893
),
895
894
));
896
895
897
- .. _reference-framework-assets-packages :
898
-
899
896
packages
900
897
........
901
898
@@ -965,7 +962,6 @@ Each package can configure the following options:
965
962
* :ref: `version_strategy <reference-assets-version-strategy >`
966
963
* :ref: `version <reference-framework-assets-version >`
967
964
* :ref: `version_format <reference-assets-version-format >`
968
- * :ref: `version_strategy <reference-framework-assets-version_strategy >`
969
965
970
966
.. _reference-templating-version-strategy :
971
967
.. _reference-assets-version-strategy :
@@ -1063,7 +1059,6 @@ option.
1063
1059
``version ``. This makes it easier to increment the cache on each
1064
1060
deployment.
1065
1061
1066
- .. _reference-framework-assets-version-format :
1067
1062
.. _reference-templating-version-format :
1068
1063
.. _reference-assets-version-format :
1069
1064
@@ -1104,16 +1099,6 @@ is set to ``5``, the asset's path would be ``/images/logo.png?version=5``.
1104
1099
any URL rewriting. The latter option is useful
8A6B
if you would like older
1105
1100
asset versions to remain accessible at their original URL.
1106
1101
1107
- .. _reference-framework-assets-version_strategy :
1108
-
1109
- version_strategy
1110
- ................
1111
-
1112
- **type **: ``string `` **default **: null
1113
-
1114
- The service id of the :doc: `asset version strategy </frontend/custom_version_strategy >`
1115
- applied to the assets.
1116
-
1117
1102
templating
1118
1103
~~~~~~~~~~
1119
1104
0 commit comments