Modifying the breadcrumbs
Is there a way to modify the breadcrumbs for a resource? For instance, if I go to http://localhost/app/posts/4/edit, how do I get the breadcrumbs to read:
Threads > Example Thread > My Post Title > Edit
instead of:
Posts > My Post Title > Edit
3 Replies
Solution
You can overwrite the breadcrumbs on the page level.
getBreadcrumbs()
Aha! On the page, not on the resource. Thank you so much!
Every page has a different breadcrumb. Resources are only for stuff that is shared