This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
neilcarpenter
I'm trying to override Rainlab.Blogs menu labels and as per the docs, https://octobercms.com/docs/plugin/extending#extending-backend-menu My code...
\Event::listen('backend.menu.extendItems', function($manager) {
$manager->addMainMenuItems('Rainlab.Blog', [
'blog' => [
'label' => 'News'
]
]);
});
Although this did override the menu label, it's seems to be clearing out the sidebar settings as it's no longer displayed.
Do I have to rebuild all the navigation for the plugin or am I missing something here?
1-1 of 1