-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[Workflow] Explain how to style a workflow dump #11907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
331b06d
to
e6c1992
Compare
Styling | ||
------- | ||
|
||
You can use `metadata` with the following keys to style the workflow: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pleas double backticks around metadata
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done while merging. Thanks.
You can use `metadata` with the following keys to style the workflow: | ||
|
||
* for places: | ||
* `bg_color`: a color |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same for the others
…alexislefebvre) This PR was merged into the 4.3 branch. Discussion ---------- [Workflow] Explain how to style a workflow dump Fixes symfony#11675 Explain what was added in symfony/symfony#29538 TODO: - [x] Explain keys - [x] Add YAML format - [x] Add XML format - [x] Add PHP format Commits ------- e6c1992 Workflow: explain how to style a workflow dump
Thank you Alexis! In 7a08432 we made some syntax fixes and some minor changes. |
Nice! Thanks. |
Fixes #11675
Explain what was added in symfony/symfony#29538
TODO: