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 b1503b9

Browse filesBrowse files
committed
Merge branch '2.5' into 2.6
Conflicts: cookbook/form/form_customization.rst
2 parents 8cb3920 + ce2ed77 commit b1503b9
Copy full SHA for b1503b9

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+3
-2
lines changed

‎components/console/introduction.rst

Copy file name to clipboardExpand all lines: components/console/introduction.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ declare a one-letter shortcut that you can call with a single dash like
332332
.. tip::
333333

334334
It is also possible to make an option *optionally* accept a value (so that
335-
``--yell`` or ``--yell=loud`` or ``--yell loud`` work). Options can also be configured to
335+
``--yell``, ``--yell=loud`` or ``--yell loud`` work). Options can also be configured to
336336
accept an array of values.
337337

338338
For example, add a new option to the command that can be used to specify

‎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
@@ -505,7 +505,8 @@ resource to use such a layout:
505505
506506
# app/config/config.yml
507507
twig:
508-
form_themes: ['form_table_layout.html.twig']
508+
form_themes:
509+
- 'form_table_layout.html.twig'
509510
# ...
510511
511512
.. code-block:: xml

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.