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 7f6ac43

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

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
@@ -72,7 +72,6 @@ Configuration
7272
* `version_strategy`_
7373
* `version`_
7474
* `version_format`_
75-
* `version_strategy`_
7675
* `templating`_
7776
* `hinclude_default_template`_
7877
* :ref:`form <reference-templating-form>`
@@ -894,8 +893,6 @@ collection each time it generates an asset's path:
894893
),
895894
));
896895
897-
.. _reference-framework-assets-packages:
898-
899896
packages
900897
........
901898

@@ -965,7 +962,6 @@ Each package can configure the following options:
965962
* :ref:`version_strategy <reference-assets-version-strategy>`
966963
* :ref:`version <reference-framework-assets-version>`
967964
* :ref:`version_format <reference-assets-version-format>`
968-
* :ref:`version_strategy <reference-framework-assets-version_strategy>`
969965

970966
.. _reference-templating-version-strategy:
971967
.. _reference-assets-version-strategy:
@@ -1063,7 +1059,6 @@ option.
10631059
``version``. This makes it easier to increment the cache on each
10641060
deployment.
10651061

1066-
.. _reference-framework-assets-version-format:
10671062
.. _reference-templating-version-format:
10681063
.. _reference-assets-version-format:
10691064

@@ -1104,16 +1099,6 @@ is set to ``5``, the asset's path would be ``/images/logo.png?version=5``.
11041099
any URL rewriting. The latter option is useful if you would like older
11051100
asset versions to remain accessible at their original URL.
11061101

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-
11171102
templating
11181103
~~~~~~~~~~
11191104

0 commit comments

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