Unregister cluster in navigation menu
Hi,
I'm trying to hide the cluster in the navigation menu using
I want to hide it because it's for account settings, which I prefer to show under the profile dropdown instead of the regular navigation menu.
How can I achieve this?
I'm trying to hide the cluster in the navigation menu using
protected static bool $shouldRegisterNavigation = false; , but it's not working.I want to hide it because it's for account settings, which I prefer to show under the profile dropdown instead of the regular navigation menu.
How can I achieve this?