forked from coop-cloud/mediawiki
Extend upload options
This commit is contained in:
parent
439fb807af
commit
3faff06899
@ -205,3 +205,8 @@ $wgSMTP = [
|
|||||||
#'password' => 'my_password' // Password to use for SMTP authentication (if being used)
|
#'password' => 'my_password' // Password to use for SMTP authentication (if being used)
|
||||||
];
|
];
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
|
$wgFileExtensions = array(
|
||||||
|
'png', 'gif', 'jpg', 'jpeg', 'doc', 'xls', 'mpp', 'pdf', 'ppt', 'tiff',
|
||||||
|
'bmp', 'docx', 'xlsx', 'pptx', 'ps', 'odt', 'ods', 'odp', 'odg'
|
||||||
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user