From fa74e41ddc6ed80738d0e928b47646d53495c136 Mon Sep 17 00:00:00 2001 From: Bocharsky Victor Date: Tue, 3 Feb 2015 18:17:33 +0200 Subject: [PATCH] Add twitter bootstrap form theme example --- reference/configuration/twig.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/reference/configuration/twig.rst b/reference/configuration/twig.rst index 044c5f2e26e..a4c3738acbc 100644 --- a/reference/configuration/twig.rst +++ b/reference/configuration/twig.rst @@ -10,13 +10,19 @@ TwigBundle Configuration ("twig") twig: exception_controller: twig.controller.exception:showAction + form_themes: # Default: - form_div_layout.html.twig + # Bootstrap: + - bootstrap_3_layout.html.twig + - bootstrap_3_horizontal_layout.html.twig + # Example: - MyBundle::form.html.twig + globals: # Examples: