Hide breadcrumbs completely on list view
Hi. Does anyone know how I can hide the breadcrumbs completely on a specific page? I want to hide them on a list view but leave them visible on the create and edit views.
2 Replies
Override the
getBreadcrumbs
(or similarly named) method on ListPage and return an empty arrayWorked, thanks! For anyone else looking for the solution: