Template: LocalSettings.php-Tweaks: Difference between revisions
From SemanticOrganization
(Created page with " # Show Tweeki's advanced features by default $wgDefaultUserOptions['tweeki-advanced'] = 1; # Enable String Functions $wgPFEnableStringFunctions = true; # Enable Seman...") |
No edit summary |
||
Line 19: | Line 19: | ||
# Allow display titles for automatically created page names | # Allow display titles for automatically created page names | ||
$wgRestrictDisplayTitle = false; | $wgRestrictDisplayTitle = false; | ||
Revision as of 09:14, 16 August 2018
# Show Tweeki's advanced features by default $wgDefaultUserOptions['tweeki-advanced'] = 1; # Enable String Functions $wgPFEnableStringFunctions = true; # Enable Semantic MediaWiki enableSemantics('YOURDOMAIN.TLD'); $smwgEnabledEditPageHelp = false; $smwgLinksInValues = true; # Settings for Page Forms $wgPageFormsAutocompleteOnAllChars = true; # Disable caching $wgEnableParserCache = false; $wgCachePages = false; # Allow display titles for automatically created page names $wgRestrictDisplayTitle = false;