Hi there,
I'm noticing that certain config options are working correctly, but others are not. In my LocalSettings.php, I have changed configs like the following:
$wgDefaultUserOptions['breadcrumbs-delimiter'] = '––>'; $wgBreadCrumbsShowAnons = false;
$wgBreadCrumbsIgnoreNameSpaces = array("Special:AllPages"); $wgDefaultUserOptions['breadcrumbs-numberofcrumbs'] = 2;
The first two have taken effect and work. The second two do not work.
Is this the correct way of adding these configs to my LocalSettings?
Any help would be much appreciated.