Skip to content

Commit df5797a

Browse files
committed
Set default to Bootstrap 4
1 parent 746fae0 commit df5797a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/form.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@
1212
| - form_table_layout.html.twig
1313
| - bootstrap_3_layout.html.twig
1414
| - bootstrap_3_horizontal_layout.html.twig
15+
| - bootstrap_4_layout.html.twig
16+
| - bootstrap_4_horizontal_layout.html.twig
17+
| - foundation_5_layout.html.twig
1518
| - (your own template..)
1619
|
1720
| See http://symfony.com/doc/current/cookbook/form/form_customization.html#what-are-form-themes
1821
*/
19-
'theme' => 'bootstrap_3_layout.html.twig',
22+
'theme' => 'bootstrap_4_layout.html.twig',
2023

2124
/*
2225
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)