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:
you can disable breadcrumbs inside a resource class
when you have a lot of resources, let your users search for what they looking for int he sidebar.
Usability: Knowing whether or not the record was saved.
Let Users to Select All Options with a Simple Hint Action
make all Field or any components translatable