Skip to content

Commit

Permalink
improved config section
Browse files Browse the repository at this point in the history
  • Loading branch information
goetas committed Mar 4, 2018
1 parent d3db8f4 commit d832eaa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions doc/index.rst
Expand Up @@ -41,9 +41,10 @@ To enable the bundle in the kernel:
Configure
*********

In order to make it work, you have to enable the ``twital`` template engine inside your ``config.yml``.
If you are using SymfonyFlex_, the bundle is auto-configured and you can skip this step.

If you are using the symfony templating component (available in Symfony 2.x and 3.x):
If you are using the symfony templating component (available in Symfony 2.x and 3.x),
you have to enable the ``twital`` template engine inside your ``config.yml``.

.. code-block:: yaml
Expand All @@ -52,9 +53,6 @@ If you are using the symfony templating component (available in Symfony 2.x and
engines: ['twig', 'twital']
If you are using SymfonyFlex_, the bundle is auto-configured.

Optional Configurations
***********************

Expand Down

0 comments on commit d832eaa

Please sign in to comment.