Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
2b58c9a4e0
Add SVG file handling 2025-01-29 22:01:03 +01:00

View file

@ -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' );