Template: LocalSettings.php-Tweaks: Difference between revisions
From SemanticOrganization
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
# Settings for Page Forms | # Settings for Page Forms | ||
$wgPageFormsAutocompleteOnAllChars = true; | $wgPageFormsAutocompleteOnAllChars = true; | ||
# Allow display titles for automatically created page names | # Allow display titles for automatically created page names | ||
$wgRestrictDisplayTitle = false; | $wgRestrictDisplayTitle = false; | ||
Revision as of 22:43, 26 November 2020
# Show Tweeki's advanced features by default
$wgDefaultUserOptions['tweeki-advanced'] = 1;
# Use Bootstrap Tooltips
$wgTweekiSkinUseTooltips = true;
# Enable String Functions
$wgPFEnableStringFunctions = true;
# Enable Semantic MediaWiki
enableSemantics('YOURDOMAIN.TLD');
$smwgEnabledEditPageHelp = false;
$smwgLinksInValues = true;
# Settings for Page Forms
$wgPageFormsAutocompleteOnAllChars = true;
# Allow display titles for automatically created page names
$wgRestrictDisplayTitle = false;