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 7a08432

Browse filesBrowse files
committed
Minor tweaks
1 parent 4743257 commit 7a08432
Copy full SHA for 7a08432

File tree

1 file changed

+10
-12
lines changed
Filter options

1 file changed

+10
-12
lines changed

‎workflow/dumping-workflows.rst

Copy file name to clipboardExpand all lines: workflow/dumping-workflows.rst
+10-12Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,23 +57,21 @@ files and ``PlantUmlDumper`` to create the PlantUML files::
5757
Styling
5858
-------
5959

60-
You can use `metadata` with the following keys to style the workflow:
60+
You can use ``metadata`` with the following keys to style the workflow:
6161

6262
* for places:
63-
* `bg_color`: a color
64-
* `description`: a string that describe the state
63+
* ``bg_color``: a color;
64+
* ``description``: a string that describes the state.
6565
* for transitions:
66-
* `label`: a string that replace the name of the transition
67-
* `color`: a color
68-
* `arrow_color`: a color
66+
* ``label``: a string that replaces the name of the transition;
67+
* ``color``: a color;
68+
* ``arrow_color``: a color.
6969

70-
Colors can be:
70+
Strings can include ``\n`` characters to display the contents in multiple lines.
71+
Colors can be defined as:
7172

72-
* a color name from `PlantUML's color list`_
73-
* HEX value `#AABBCC`
74-
* short HEX value `#ABC`
75-
76-
You can use `\n` to insert a line return.
73+
* a color name from `PlantUML's color list`_;
74+
* an hexadecimal color (both ``#AABBCC`` and ``#ABC`` formats are supported).
7775

7876
Below is the configuration for the pull request state machine with styling added.
7977

0 commit comments

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