FilamentF
Filamentβ€’3y ago
Husky110

Disable or modify Breadcrumbs

Hey - I couldn't figure it out with the docs or searching the help ( πŸ˜‰ ), so hopefully someone with experience can answer me my three questions. πŸ™‚
Given the following scenario:
I got a resource that is listing articles and was created with the --view-Parameter. Now when I open one of the listed articles I would expect the breadcrumb to be like Articles -> Listing -> ArticlenameXYZ (whatever the model itself says in the column "articlename").
But 2 problems with that:
  • The Listing is beeing skipped... -> How do I fix that?
  • I can set a static name via protected static ?string $breadcrumb, but how can I set a dynamic one?
    And lastly (since I might need it later): How can I disable Breadcrumbs on a page?
Was this page helpful?