Skip to content

Commit 87c39b7

Browse files
committed
minor #5129 Fix to Twig asset function packageName argument (ockcyp)
This PR was submitted for the 2.5 branch but it was merged into the 2.6 branch instead (closes #5129). Discussion ---------- Fix to Twig asset function packageName argument Having no spaces surrounding ``|`` was causing the argument description to appear as **type**: ```string ``|`` null``` **default**: ```null``` | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.5+ | Fixed tickets | Commits ------- b15c127 Fix to Twig asset function packageName argument
2 parents 1d443c0 + b15c127 commit 87c39b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: reference/twig_reference.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ asset
103103
``path``
104104
**type**: ``string``
105105
``packageName``
106-
**type**: ``string``|``null`` **default**: ``null``
106+
**type**: ``string`` | ``null`` **default**: ``null``
107107
``absolute``
108108
**type**: ``boolean`` **default**: ``false``
109109
``version``

0 commit comments

Comments
 (0)