Added "Mattermost URL" setting information on the configure page (sync with sciyoshi/redmine-slack commit 5992e7c3eab4c669d2aed6a33cd253a59a61484a)
This commit is contained in:
@@ -3,6 +3,11 @@
|
||||
<input type="text" id="settings_mattermost_url" size=80 value="<%= settings['mattermost_url'] %>" name="settings[mattermost_url]" />
|
||||
</p>
|
||||
|
||||
<p>
|
||||
The URL can be changed on a per-project basis by creating a
|
||||
<a href="/custom_fields/new?type=ProjectCustomField">project custom field</a> named "Mattermost URL" (without quotes).
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<label for="settings_channel">Mattermost Channel</label>
|
||||
<input type="text" id="settings_channel" value="<%= settings['channel'] %>" name="settings[channel]" />
|
||||
|
||||
Reference in New Issue
Block a user