I am able to display both categories and pages inside a page with code
<categorytree mode="pages">ParentCategory</categorytree>
but when adding this to LocalSettings it just displays categories
wfLoadExtension( 'CategoryTree' );
$wgCategoryTreeSidebarRoot = "ParentCategory";
$wgCategoryTreeDefaultOptions['mode'] = 'pages';
I have also tried
$wgCategoryTreeDefaultMode = 10;
what am I missing?
imgur .com/a/kMWYpmJ
Thanks