Disable Breadcrumbs on specific page
- Published: 25 Mar 2024 Updated: 04 May 2024
you can disable breadcrumbs inside a resource class
1public function getBreadcrumbs(): array
2{
3 return [];
4}
Related Tricks:
when you don't have access to the current resource or page, `current` for the help!
how to make actions sticky in tables when you have a lot of columns
Integrate Language Switcher in User Menu for a Cleaner Top Bar
provide a loading indicator for long running operations
get translatable attribute in a relationships