Custom Breadcrumbs
Custom Breadcrumbs allows you to define custom breadcrumb trails for different parts of your Drupal site, including specific content types, pages, and views. It offers features like setting a homepage link, customizing the current page's breadcrumb, and supporting multilingual sites and tokens. The module stores its configuration in an exportable format and provides advanced options for controlling breadcrumb appearance and behavior.
Custom breadcrumbs 10.x
What works:
- ability to add custom breadcrumb for all content entity or paths like page manager, views etc
- store settings using config entity so everything is exportable
- setup homepage link
- setup current page last crumb
- multilanguage support
- token support
- extra cache contexts
- extra vars like nolink and hierarchical breadcrumbs from taxonomy term tree
- added ability to attach breadcrumb to every entity display mode, for example on teaser with search results
- trim breadcrumb length
- ...
Similar Modules
There is also the Path Breadcrumbs (PB) module. We are trying to determine what the similarities and differences are. Please help by getting involved in #1823080: Explain difference between Path Breadcrumbs and Custom Breadcrumbs. It may be possible to merge projects and deprecate one of them if we can get this sorted out.