Compare commits
1 commit
main
...
add-svg-ha
Author | SHA1 | Date | |
---|---|---|---|
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
|
# uncomment this if Semantic MediaWiki property locking is broken
|
||||||
#$smwgChangePropagationProtection = false;
|
#$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