File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ declare a one-letter shortcut that you can call with a single dash like
332
332
.. tip ::
333
333
334
334
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
336
336
accept an array of values.
337
337
338
338
For example, add a new option to the command that can be used to specify
Original file line number Diff line number Diff line change @@ -505,7 +505,8 @@ resource to use such a layout:
505
505
506
506
# app/config/config.yml
507
507
twig :
508
- form_themes : ['form_table_layout.html.twig']
508
+ form_themes :
509
+ - ' form_table_layout.html.twig'
509
510
# ...
510
511
511
512
.. code-block :: xml
You can’t perform that action at this time.
0 commit comments