This plugin very simply allows you to add an additional banner and a Footer to Mattermost. These are configured similar to the current Announcement Banner
that exists within Mattermost.
Currently this does not have support on the mobile client
You can download the latest release from here under Assets. Once you do this then upload it to your server via System Console > Plugin Management. You must first have EnableUploads
set to true within your config.json
.
"PluginSettings": {
"EnableUploads": true
}
Within your System Console you can enable / disable the footer and header under Integrations > Additional Banner.
Text colors must be one word or hex values
ex: #000000
or darkblue
Using dark blue
as a color will not work.
The text can be formatted with markdown.
ex: **Make sure** to follow the compliance [here](www.thecompliance.com)