Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0eae33b

Browse filesBrowse files
committed
Merge branch '2.7' into 2.8
* 2.7: Revert "minor #7141 Added "How to Use a Custom Version Strategy for Assets" (teohhanhui, javiereguiluz)"
2 parents 3223fb1 + 7cbf8be commit 0eae33b
Copy full SHA for 0eae33b

File tree

2 files changed

+0
-216
lines changed
Filter options

2 files changed

+0
-216
lines changed

‎frontend/custom_version_strategy.rst

Copy file name to clipboardExpand all lines: frontend/custom_version_strategy.rst
-201Lines changed: 0 additions & 201 deletions
This file was deleted.

‎reference/configuration/framework.rst

Copy file name to clipboardExpand all lines: reference/configuration/framework.rst
-15Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
11651150
templating
11661151
~~~~~~~~~~
11671152

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.