mediawiki: allow svg, pdf file type uploads #312
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ let
|
|||
$wgUploadDirectory = "/var/www/html/uploads";
|
||||
$wgUploadPath = $wgScriptPath . "/uploads";
|
||||
|
||||
$wgFileExtensions = [ 'png', 'gif', 'jpg', 'jpeg', 'webp', 'svg', 'pdf', ];
|
||||
|
||||
$wgUseImageMagick = true;
|
||||
$wgImageMagickConvertCommand = "/usr/bin/convert";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue