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 d01d7ab

Browse filesBrowse files
committed
Remove deprecated parameters
1 parent 078bb2d commit d01d7ab
Copy full SHA for d01d7ab

File tree

Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-5
lines changed

‎reference/twig_reference.rst

Copy file name to clipboardExpand all lines: reference/twig_reference.rst
+1-5Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,16 +98,12 @@ asset
9898

9999
.. code-block:: jinja
100100
101-
{{ asset(path, packageName, absolute = false, version = null) }}
101+
{{ asset(path, packageName = null) }}
102102
103103
``path``
104104
**type**: ``string``
105105
``packageName``
106106
**type**: ``string`` | ``null`` **default**: ``null``
107-
``absolute``
108-
**type**: ``boolean`` **default**: ``false``
109-
``version``
110-
**type**: ``string`` **default** ``null``
111107

112108
Returns a public path to ``path``, which takes into account the base path
113109
set for the package and the URL path. More information in

0 commit comments

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