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 485b4f7Copy full SHA for 485b4f7
reference/configuration/twig.rst
@@ -10,13 +10,27 @@ 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
# Example:
20
- MyBundle::form.html.twig
21
22
+ form:
23
+ resources:
24
+ # Default:
25
+ - form_div_layout.html.twig
26
27
+ # Bootstrap:
28
+ - bootstrap_3_layout.html.twig
29
+ - bootstrap_3_horizontal_layout.html.twig
30
31
+ # Example:
32
+ - MyBundle::form.html.twig
33
34
globals:
35
36
# Examples:
0 commit comments