mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
Support to allow for a setting so you can stop unknown file types from being imported
This commit is contained in:
parent
9d1eca42b3
commit
17f26b8c2c
3 changed files with 20 additions and 7 deletions
|
@ -129,6 +129,11 @@ exports.minify = true;
|
|||
*/
|
||||
exports.abiword = null;
|
||||
|
||||
/**
|
||||
* Should we support none natively supported file types on import?
|
||||
*/
|
||||
exports.allowUnknownFileEnds = true;
|
||||
|
||||
/**
|
||||
* The log level of log4js
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue