Update build/mediawiki_override/LocalSettings.php
This commit is contained in:
parent
d4af5f4621
commit
2584c41c7e
@ -60,6 +60,9 @@ $wgEmailAuthentication = true;
|
|||||||
// To enable image uploads, make sure the 'images' directory
|
// To enable image uploads, make sure the 'images' directory
|
||||||
// is writable, then set this to true:
|
// is writable, then set this to true:
|
||||||
$wgEnableUploads = true;
|
$wgEnableUploads = true;
|
||||||
|
$wgFileExtensions = array_merge($wgFileExtensions, [
|
||||||
|
'doc', 'xls', 'pdf', 'ppt', 'xlsx',
|
||||||
|
]);
|
||||||
// $wgUseImageMagick = true;
|
// $wgUseImageMagick = true;
|
||||||
// $wgImageMagickConvertCommand = "/usr/bin/convert";
|
// $wgImageMagickConvertCommand = "/usr/bin/convert";
|
||||||
// $wgFileExtensions = [];
|
// $wgFileExtensions = [];
|
||||||
|
Reference in New Issue
Block a user