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
But 2 problems with that:
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?