File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Original file line number Diff line number Diff line change @@ -75,6 +75,7 @@ Configuration
75
75
* `packages `_
76
76
* `version `_
77
77
* `version_format `_
78
+ * `version_strategy `_
78
79
* `templating `_
79
80
* `hinclude_default_template `_
80
81
* :ref: `form <reference-templating-form >`
@@ -1015,6 +1016,7 @@ Each package can configure the following options:
1015
1016
* :ref: `base_urls <reference-assets-base-urls >`
1016
1017
* :ref: `version <reference-framework-assets-version >`
1017
1018
* :ref: `version_format <reference-assets-version-format >`
1019
+ * :ref: `version_strategy <reference-assets-version-strategy >`
1018
1020
1019
1021
.. _reference-framework-assets-version :
1020
1022
.. _ref-framework-assets-version :
@@ -1133,6 +1135,16 @@ is set to ``5``, the asset's path would be ``/images/logo.png?version=5``.
1133
1135
any URL rewriting. The latter option is useful if you would like older
1134
1136
asset versions to remain accessible at their original URL.
1135
1137
1138
+ .. _reference-framework-assets-version_strategy :
1139
+
1140
+ version_strategy
1141
+ ................
1142
+
1143
+ **type **: ``string `` **default **: null
1144
+
1145
+ The service id of the :doc: `asset version strategy </frontend/custom_version:strategy >`
1146
+ applied to the assets.
1147
+
1136
1148
templating
1137
1149
~~~~~~~~~~
1138
1150
You can’t perform that action at this time.
0 commit comments