Cluster, subNav, add the CreateRecord action page to parent
This seems simple enough that I should've been able to search it, but because of the common terms it's not been getting me anywhere.
I have a Cluster, it's subNav has two modules, for each I'd like to add a simple "New $record" button under it.
I've tried
I have a Cluster, it's subNav has two modules, for each I'd like to add a simple "New $record" button under it.
I've tried
protected static bool $shouldRegisterNavigation = true; in pages/Create$Model.php, as well as Setting the navigationGroup but the Create page doesn't show (although the List page does as per UserResource). Also the subnav isn't respecting collapsible(false) on the navigationgroup::make. Thanks!