Skip to content

Commit 3dbceef

Browse files
committed
minor #12373 Fix nested list for style properties (tacman)
This PR was merged into the 4.3 branch. Discussion ---------- Fix nested list for style properties <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 77859f8 Fix nested list for style properties
2 parents 27321db + 77859f8 commit 3dbceef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workflow/dumping-workflows.rst

+3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,12 @@ Styling
6060
You can use ``metadata`` with the following keys to style the workflow:
6161

6262
* for places:
63+
6364
* ``bg_color``: a color;
6465
* ``description``: a string that describes the state.
66+
6567
* for transitions:
68+
6669
* ``label``: a string that replaces the name of the transition;
6770
* ``color``: a color;
6871
* ``arrow_color``: a color.

0 commit comments

Comments
 (0)