Skip to content

Commit d01d7ab

Browse files
committed
Remove deprecated parameters
1 parent 078bb2d commit d01d7ab

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

reference/twig_reference.rst

+1-5
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)