Skip to content

Commit 4cd2046

Browse files
rodrigorigottiwouterj
authored andcommitted
Update form_customization.rst
There are two code samples which are inconsistent which each other. I updated one of them.
1 parent 8d32393 commit 4cd2046

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cookbook/form/form_customization.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,8 @@ resource to use such a layout:
502502
# app/config/config.yml
503503
twig:
504504
form:
505-
resources: ['form_table_layout.html.twig']
505+
resources:
506+
- 'form_table_layout.html.twig'
506507
# ...
507508
508509
.. code-block:: xml

0 commit comments

Comments
 (0)