Skip to content

Commit d07b5b4

Browse files
committed
Added 'almost core' bundles
1 parent fa66878 commit d07b5b4

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

reference/twig_reference.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ of Twig to integrate some components into the Twig templates.
1010

1111
Below is information about all the custom functions, filters and tags
1212
that are defined by the Symfony2 Core Framework. There may also be tags
13-
in bundles that are included within the Symfony Standard Edition, or in
14-
bundles you use, that aren't listed here.
13+
in bundles you use that aren't listed here.
1514

1615
Functions
1716
---------
@@ -109,3 +108,18 @@ Tags
109108
| ``{% transchoice count with {variables}... | This will translate and render the text with pluralization, more |
110109
| {% endtranschoice %}`` | information in :ref:`book-translation-twig` |
111110
+---------------------------------------------------+-------------------------------------------------------------------+
111+
112+
Symfony Standard Edition Extensions
113+
-----------------------------------
114+
115+
The Symfony Standard Edition adds some bundles to the Symfony2 Core Framework.
116+
Those bundles can have other Twig extensions:
117+
118+
* **Twig Extension** includes all extensions that do not belong to the
119+
Twig core but can be interesting. You can read more in
120+
`the official Twig Extensions documentation`_
121+
* **Assetic** adds the ``{% stylesheets %}``, ``{% javascripts %}`` and
122+
``{% image %}`` tags. You can read more about them in
123+
:doc:`the Assetic Documentation<cookbook/assetic>`;
124+
125+
.. _`the official Twig Extensions documentation`: http://twig.sensiolabs.org/doc/extensions/index.html

0 commit comments

Comments
 (0)