Skip to content

Commit

Permalink
Remove deprecated parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
norkunas committed Jun 10, 2015
1 parent 078bb2d commit d01d7ab
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions reference/twig_reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,12 @@ asset

.. code-block:: jinja
{{ asset(path, packageName, absolute = false, version = null) }}
{{ asset(path, packageName = null) }}
``path``
**type**: ``string``
``packageName``
**type**: ``string`` | ``null`` **default**: ``null``
``absolute``
**type**: ``boolean`` **default**: ``false``
``version``
**type**: ``string`` **default** ``null``

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

0 comments on commit d01d7ab

Please sign in to comment.