Allow webcal URLs as links
This commit is contained in:
parent
8f9a3f6bda
commit
a88c2ff5d0
1 changed files with 3 additions and 0 deletions
|
|
@ -229,6 +229,9 @@ $wgHideInterlanguageLinks = false;
|
||||||
# uncomment this if Semantic MediaWiki property locking is broken
|
# uncomment this if Semantic MediaWiki property locking is broken
|
||||||
#$smwgChangePropagationProtection = false;
|
#$smwgChangePropagationProtection = false;
|
||||||
|
|
||||||
|
# Allow webcal:// URLs
|
||||||
|
$wgUrlProtocols[] = 'webcal://';
|
||||||
|
|
||||||
# SVG config
|
# SVG config
|
||||||
$wgFileExtensions[] = 'svg';
|
$wgFileExtensions[] = 'svg';
|
||||||
# This extension will no longer be needed in MediaWiki >= 1.41, then $wgSVGNativeRendering can be used
|
# This extension will no longer be needed in MediaWiki >= 1.41, then $wgSVGNativeRendering can be used
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue