Extend upload options

This commit is contained in:
Luke Murphy 2020-10-30 13:50:10 +01:00
parent 439fb807af
commit 3faff06899
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 5 additions and 0 deletions

View File

@ -205,3 +205,8 @@ $wgSMTP = [
#'password' => 'my_password' // Password to use for SMTP authentication (if being used)
];
{{ end }}
$wgFileExtensions = array(
'png', 'gif', 'jpg', 'jpeg', 'doc', 'xls', 'mpp', 'pdf', 'ppt', 'tiff',
'bmp', 'docx', 'xlsx', 'pptx', 'ps', 'odt', 'ods', 'odp', 'odg'
);