Commit 530329a
committed
minor #14046 [Notifier] Update SlackOptions code example (loru88)
This PR was merged into the 5.1 branch.
Discussion
----------
[Notifier] Update SlackOptions code example
If you copy and paste the SlackOptions as it was, Slack gives back the error `invalid blocks`.
When I was trying to use the Slack notifier component, I couldn't understand why and I found out is because Slack needs a working URL to an image, so I suggest to this change to help other developers when they will reach the same issue.
Apparently Slack does not support SVG and the logo from here https://symfony.com/logo are cropped in the Slack message. For this reason, I took the apple-touch icon URL, because it fits well in the Slack message.
Commits
-------
d6f8fd8 Update chatters.rst1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
0 commit comments