Add SVG file handling
This commit is contained in:
parent
8c710546af
commit
2b58c9a4e0
1 changed files with 5 additions and 0 deletions
|
@ -202,3 +202,8 @@ $wgHideInterlanguageLinks = false;
|
|||
|
||||
# uncomment this if Semantic MediaWiki property locking is broken
|
||||
#$smwgChangePropagationProtection = false;
|
||||
|
||||
# SVG config
|
||||
$wgFileExtensions[] = 'svg';
|
||||
# This extension will no longer be needed in MediaWiki >= 1.41, then $wgSVGNativeRendering can be used
|
||||
wfLoadExtension( 'NativeSvgHandler' );
|
||||
|
|
Loading…
Add table
Reference in a new issue