Skip to content

Commit 25d2f54

Browse files
committed
feature #4958 Add Twitter Bootstrap form theme example (bocharsky-bw)
This PR was merged into the 2.6 branch. Discussion ---------- Add Twitter Bootstrap form theme example Also add Twitter Bootstrap 3 themes to it (http://symfony.com/blog/new-in-symfony-2-6-bootstrap-form-theme). Commits ------- fa74e41 Add twitter bootstrap form theme example
2 parents edf9b78 + fa74e41 commit 25d2f54

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)