Commit ca0677bc authored by Fabien Potencier's avatar Fabien Potencier

added a note about built-in form themes

parent 588c52a0
...@@ -18,7 +18,11 @@ Parameters ...@@ -18,7 +18,11 @@ Parameters
for more information. for more information.
* **twig.form.templates** (optional): An array of templates used to render * **twig.form.templates** (optional): An array of templates used to render
forms (only available when the ``FormServiceProvider`` is enabled). forms (only available when the ``FormServiceProvider`` is enabled). The
default theme is ``form_div_layout.html.twig``, but you can use the other
built-in themes: ``form_table_layout.html.twig``,
``bootstrap_3_layout.html.twig``, and
``bootstrap_3_horizontal_layout.html.twig``.
Services Services
-------- --------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment