Skip to content

Commit fa74e41

Browse files
committed
Add twitter bootstrap form theme example
1 parent 6ba90ec commit fa74e41

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

reference/configuration/twig.rst

+6
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@ TwigBundle Configuration ("twig")
1010
1111
twig:
1212
exception_controller: twig.controller.exception:showAction
13+
1314
form_themes:
1415
1516
# Default:
1617
- form_div_layout.html.twig
1718
19+
# Bootstrap:
20+
- bootstrap_3_layout.html.twig
21+
- bootstrap_3_horizontal_layout.html.twig
22+
1823
# Example:
1924
- MyBundle::form.html.twig
25+
2026
globals:
2127
2228
# Examples:

0 commit comments

Comments
 (0)