Customize breadcrumb only for a specific Resource
I need to customize the breadcrumb for a specific Resource.
At the moment it's the following:
"Activities / Activity-1 / Edit"
But I want to add the parent Resource (Project) at the beginning, like this:
"Projects / Project-1 / Activities / Activity-1 / Edit"
Is this possible?
1 Reply
Not ure how you would do that tbh.... I thought there was a way but... try the parent::getBreadcrumb() methods.