Commit 5102bb3f authored by Johannes 'fish' Ziemke's avatar Johannes 'fish' Ziemke Committed by Brian Brazil

Add image_url and thumb_url fields to slack docs (#1144)

Signed-off-by: 's avatarJohannes 'fish' Ziemke <github@freigeist.org>
parent e3991453
...@@ -469,6 +469,8 @@ fields: ...@@ -469,6 +469,8 @@ fields:
[ text: <tmpl_string> | default = '{{ template "slack.default.text" . }}' ] [ text: <tmpl_string> | default = '{{ template "slack.default.text" . }}' ]
[ title: <tmpl_string> | default = '{{ template "slack.default.title" . }}' ] [ title: <tmpl_string> | default = '{{ template "slack.default.title" . }}' ]
[ title_link: <tmpl_string> | default = '{{ template "slack.default.titlelink" . }}' ] [ title_link: <tmpl_string> | default = '{{ template "slack.default.titlelink" . }}' ]
[ image_url: <tmpl_string> ]
[ thumb_url: <tmpl_string> ]
# The HTTP client's configuration. # The HTTP client's configuration.
[ http_config: <http_config> | default = global.http_config ] [ http_config: <http_config> | default = global.http_config ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment