Skip to content

Commit

Permalink
Document how to see all configuration options (see #11209 (comment))
Browse files Browse the repository at this point in the history
  • Loading branch information
pbowyer committed Apr 7, 2019
1 parent c9ef262 commit ca66356
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions workflow/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ install the workflow feature before using it:
$ composer require symfony/workflow
Configuration
-------------

To see all configuration options, if you are using the component inside a Symfony project run this command:

.. code-block:: terminal
$ bin/console config:dump-reference framework workflows
Creating a Workflow
-------------------

Expand Down

0 comments on commit ca66356

Please sign in to comment.