Disable tenant menu with tenancy
Is there any way to disable the tenant menu even though tenancy is enabled?
The reason is that I want the to make a custom tenant menu in a custom location. How to best achieve this?
2 Replies
I think there is a
->tenantMenu()
option. What happens if you provide an empty value? Otherwise I guess you need to remove it by overriding the view fileI don't think that works since in the view file it only checks for hasTenancy and shows the menu based on that. Do you think we can add a feature to disable it so that you don't need to override the view?