forked from hacc/haccfiles
mattermost: disable the big blue buttom plugin
this has not been used for quite some time, and since the new mattermost version displays the plugin's button more prominently it's now definitly time to remove this.
This commit is contained in:
parent
1cc938a0b8
commit
4d5e82a0d9
1 changed files with 0 additions and 6 deletions
|
@ -144,18 +144,12 @@
|
|||
Enable = true;
|
||||
EnableUploads = true;
|
||||
Plugins = {
|
||||
bigbluebutton = {
|
||||
adminonly = false;
|
||||
base_url = "https://bbb.infra4future.de/bigbluebutton/api";
|
||||
salt = "zKCsNeaEniC115ynHOsZopgA4iTiJjzgeiPNoCEc";
|
||||
};
|
||||
"com.github.matterpoll.matterpoll" = {
|
||||
experimentalui = true;
|
||||
trigger = "poll";
|
||||
};
|
||||
};
|
||||
PluginStates = {
|
||||
bigbluebutton.Enable = true;
|
||||
"com.github.matterpoll.matterpoll".Enable = true;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue