mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 08:26:16 -04:00
chat: New option to completely disable chat
This commit is contained in:
parent
310a371234
commit
dda284cbe9
13 changed files with 274 additions and 126 deletions
|
@ -156,6 +156,12 @@ exports.defaultPadText = [
|
|||
'Etherpad on Github: https://github.com/ether/etherpad-lite',
|
||||
].join('\n');
|
||||
|
||||
/**
|
||||
* Whether to enable the built-in chat feature. Set this to false if you prefer to use a plugin to
|
||||
* provide chat functionality or simply do not want the feature.
|
||||
*/
|
||||
exports.integratedChat = true;
|
||||
|
||||
/**
|
||||
* The default Pad Settings for a user (Can be overridden by changing the setting
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue