File tree 1 file changed +9
-1
lines changed
Filter options
1 file changed +9
-1
lines changed
Original file line number Diff line number Diff line change @@ -35,7 +35,14 @@ in a single Twig template and they are enabled in the
35
35
``bootstrap_3_horizontal_layout.html.twig `` but updated for Bootstrap 4 styles.
36
36
* `foundation_5_layout.html.twig `_, wraps each form field inside a ``<div> ``
37
37
element with the appropriate CSS classes to apply the default styles of the
38
- `Foundation CSS framework `_.
38
+ version 5 of `Foundation CSS framework `_.
39
+ * `foundation_6_layout.html.twig `_, wraps each form field inside a ``<div> ``
40
+ element with the appropriate CSS classes to apply the default styles of the
41
+ version 6 of `Foundation CSS framework `_.
42
+
43
+ .. versionadded :: 5.1
44
+
45
+ The ``foundation_6_layout.html.twig `` theme was introduced in Symfony 5.1.
39
46
40
47
.. tip ::
41
48
@@ -599,6 +606,7 @@ is a collection of fields (e.g. a whole form), and not just an individual field:
599
606
.. _`Bootstrap 3 CSS framework` : https://getbootstrap.com/docs/3.3/
600
607
.. _`Bootstrap 4 CSS framework` : https://getbootstrap.com/docs/4.1/
601
608
.. _`foundation_5_layout.html.twig` : https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/foundation_5_layout.html.twig
609
+ .. _`foundation_6_layout.html.twig` : https://github.com/symfony/symfony/blob/master/src/Symfony/Bridge/Twig/Resources/views/Form/foundation_6_layout.html.twig
602
610
.. _`Foundation CSS framework` : http://foundation.zurb.com/
603
611
.. _`Twig "use" tag` : https://twig.symfony.com/doc/2.x/tags/use.html
604
612
.. _`Twig parent() function` : https://twig.symfony.com/doc/2.x/functions/parent.html
You can’t perform that action at this time.
0 commit comments