@@ -75,7 +75,6 @@ Configuration
7575 * `packages `_
7676 * `version `_
7777 * `version_format `_
78- * `version_strategy `_
7978* `templating `_
8079 * `hinclude_default_template `_
8180 * :ref: `form <reference-templating-form >`
@@ -963,8 +962,6 @@ collection each time it generates an asset's path:
963962 ),
964963 ));
965964
966- .. _reference-framework-assets-packages :
967-
968965 packages
969966........
970967
@@ -1033,7 +1030,6 @@ Each package can configure the following options:
10331030* :ref: `base_urls <reference-assets-base-urls >`
10341031* :ref: `version <reference-framework-assets-version >`
10351032* :ref: `version_format <reference-assets-version-format >`
1036- * :ref: `version_strategy <reference-framework-assets-version_strategy >`
10371033
10381034.. _reference-framework-assets-version :
10391035.. _ref-framework-assets-version :
@@ -1111,7 +1107,6 @@ option.
11111107 ``version ``. This makes it easier to increment the cache on each
11121108 deployment.
11131109
1114- .. _reference-framework-assets-version-format :
11151110.. _reference-templating-version-format :
11161111.. _reference-assets-version-format :
11171112
@@ -1152,16 +1147,6 @@ is set to ``5``, the asset's path would be ``/images/logo.png?version=5``.
11521147 any URL rewriting. The latter option is useful if you would like older
11531148 asset versions to remain accessible at their original URL.
11541149
1155- .. _reference-framework-assets-version_strategy :
1156-
1157- version_strategy
1158- ................
1159-
1160- **type **: ``string `` **default **: null
1161-
1162- The service id of the :doc: `asset version strategy </frontend/custom_version_strategy >`
1163- applied to the assets.
1164-
11651150templating
11661151~~~~~~~~~~
11671152
0 commit comments