Difference between revisions of "Template:LocalSettings.php-Tweaks"

From SemanticOrganization
Jump to: navigation, search
Line 15: Line 15:
 
  $smwgEnabledEditPageHelp = false;
 
  $smwgEnabledEditPageHelp = false;
 
  $smwgLinksInValues = true;
 
  $smwgLinksInValues = true;
 +
$smwgPageSpecialProperties[] = '_CDAT';
 
   
 
   
 
  # Settings for Page Forms
 
  # Settings for Page Forms

Revision as of 21:57, 8 March 2021

# Use Tweeki as default skin
$wgDefaultSkin = 'tweeki';

# 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;
$smwgPageSpecialProperties[] = '_CDAT';

# Settings for Page Forms
$wgPageFormsAutocompleteOnAllChars = true;

# Allow display titles for automatically created page names
$wgRestrictDisplayTitle = false;