Skip to content
Snippets Groups Projects

Issue #3335983: Fix up schema descriptions

Merged Stephen Mustgrave requested to merge issue/slack-3335983:3335983-fix-up-schema into 8.x-1.x
2 files
+ 25
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -3,13 +3,22 @@ slack.settings:
mapping:
slack_webhook_url:
type: uri
label: 'Webhook URL'
slack_channel:
type: string
label: 'Default channel'
slack_username:
type: string
label: 'Default username'
slack_icon_type:
type: string
label: 'Type of image'
slack_icon_emoji:
type: string
label: 'Emoji code'
slack_icon_url:
type: uri
label: 'Image URL'
slack_link_names:
type: boolean
label: 'Link names'
Loading