mirror of
https://github.com/Mibew/mattermost-plugin.git
synced 2024-11-15 08:44:13 +03:00
Fix name of the optional config param
This commit is contained in:
parent
f43cb42e28
commit
409aac2a88
@ -26,7 +26,7 @@ Provides Mattermost notifications when a chat is initiated.
|
|||||||
username: "Mibew-Chat"
|
username: "Mibew-Chat"
|
||||||
channel: "main"
|
channel: "main"
|
||||||
mattermost_url: "http://example.com/hooks/xxx-generatedkey-xxx"
|
mattermost_url: "http://example.com/hooks/xxx-generatedkey-xxx"
|
||||||
custom-text: "Go to mibew/operator/users (send via Mattermost plugin)"
|
custom_text: "Go to mibew/operator/users (send via Mattermost plugin)"
|
||||||
```
|
```
|
||||||
|
|
||||||
6. Navigate to "`<Mibew Base URL>`/operator/plugin" page and enable the plugin.
|
6. Navigate to "`<Mibew Base URL>`/operator/plugin" page and enable the plugin.
|
||||||
@ -52,7 +52,7 @@ Type: `String`
|
|||||||
|
|
||||||
Webhook URL from Setup Instructions in Mattermost.
|
Webhook URL from Setup Instructions in Mattermost.
|
||||||
|
|
||||||
### config.custom-text
|
### config.custom_text
|
||||||
|
|
||||||
Type: `String`
|
Type: `String`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user