Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3f3464f

Browse filesBrowse files
committed
minor #4689 Update form_customization.rst (rodrigorigotti)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #4689). Discussion ---------- Update form_customization.rst This replaces a PR by @rodrigorigotti: #4688. Many thanks to him! Original PR description: > There are two code samples which are inconsistent which each other. I updated one of them. Commits ------- 4cd2046 Update form_customization.rst
2 parents 8d32393 + 4cd2046 commit 3f3464f
Copy full SHA for 3f3464f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎cookbook/form/form_customization.rst

Copy file name to clipboardExpand all lines: cookbook/form/form_customization.rst
+2-1Lines changed: 2 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.