Skip to content

Commit

Permalink
feature #5374 Remove deprecated parameters (norkunas)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wouterj committed Jul 28, 2015
2 parents dc93af2 + d01d7ab commit fceaa9f
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 fceaa9f

Please sign in to comment.