We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba90ec commit fa74e41Copy full SHA for fa74e41
reference/configuration/twig.rst
@@ -10,13 +10,19 @@ TwigBundle Configuration ("twig")
10
11
twig:
12
exception_controller: twig.controller.exception:showAction
13
+
14
form_themes:
15
16
# Default:
17
- form_div_layout.html.twig
18
19
+ # Bootstrap:
20
+ - bootstrap_3_layout.html.twig
21
+ - bootstrap_3_horizontal_layout.html.twig
22
23
# Example:
24
- MyBundle::form.html.twig
25
26
globals:
27
28
# Examples:
0 commit comments