Navigation Parent Items in Clusters
Is it possible to have a navigation parent item while using clusters? If so, is there a different way of doing so? I'm trying to make a page the navigation parent cluster and it doesn't seem to be working.
Page I want to be the parent:
Resource I want to be the child. (The rest of the class is the
I've tried just using
Page I want to be the parent:
Resource I want to be the child. (The rest of the class is the
form table and other standard functions)I've tried just using
protected static ?string $navigationParentItem = 'Tester'; but no luck there.