Support to allow for a setting so you can stop unknown file types from being imported

This commit is contained in:
John McLear 2014-07-22 15:46:31 +01:00
parent 9d1eca42b3
commit 17f26b8c2c
3 changed files with 20 additions and 7 deletions

View file

@ -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
*/