From d01d7ab2abc442b5a2a62ede3f59f80ed30659e9 Mon Sep 17 00:00:00 2001 From: Tomas Date: Wed, 10 Jun 2015 09:55:12 +0300 Subject: [PATCH] Remove deprecated parameters --- reference/twig_reference.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/reference/twig_reference.rst b/reference/twig_reference.rst index 65b866e54a3..b45f0f72d02 100644 --- a/reference/twig_reference.rst +++ b/reference/twig_reference.rst @@ -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