Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitfceaa9f

Browse files
committed
feature#5374 Remove deprecated parameters (norkunas)
This PR was merged into the master branch.Discussion----------Remove deprecated parameters| Q | A| ------------- | ---| Doc fix? | yes| New docs? | no| Applies to | master| Fixed tickets | -Commits-------d01d7ab Remove deprecated parameters
2 parentsdc93af2 +d01d7ab commitfceaa9f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

‎reference/twig_reference.rst

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp