#Add a custom page to a resource sub navigation

8 messages · Page 1 of 1 (latest)

sterile cosmos
#

I'm using the package require mokhosh/filament-kanban that creates a custom page, i want to add that custom page to my resource pages subnavigation to be able to link it with a specific record like this: /{record}/tasks (like create and edit pages), but the problem since it's a regular page not a resource page it doesn't have the route method, i've tried other stuff with no result. How should i add my custom page to my other resource pages ?

past hazelBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

white fossil
sterile cosmos
#

Try copying some of the related pages

#

By checking the ManageRelatedRecord class (something like that)

white fossil
sterile cosmos