Skip to content

Commit 60aa8b1

Browse files
committed
Document how to see all configuration options (see symfony#11209 (comment))
1 parent f9ee5a1 commit 60aa8b1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

workflow/usage.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ install the workflow feature before using it:
1414
1515
$ composer require workflow
1616
17+
Configuration
18+
-------------
19+
20+
To see all configuration options, if you are using the component inside a Symfony project run this command:
21+
22+
.. code-block:: terminal
23+
24+
$ bin/console config:dump-reference framework workflows
25+
1726
Creating a Workflow
1827
-------------------
1928

0 commit comments

Comments
 (0)