This module allows you to dynamically define custom breadcrumbs for your Drupal site. It integrates with the Context module and supports using tokens and Twig for breadcrumb titles and URLs.
INTRODUCTION
------------
Integration Breadcrumb module with Context. This module allow dynamic
define custom breadcrumb for Drupal site.
Module support using Token and Twig for breadcrumb title and url.
REQUIREMENTS
------------
This module requires modules:
* Context: https://www.drupal.org/project/context
* Token: https://www.drupal.org/project/token
RECOMMENDED MODULES
-------------------
* Ctools: https://www.drupal.org/project/ctools
Add more condition for Context.
* Term condition: https://www.drupal.org/project/term_condition
Add Taxonomy term condition for context.
* Token condition: https://www.drupal.org/project/token_conditions
Simple token matching condition plugin for Drupal
INSTALLATION
------------
Install the context_breadcrumb module as you would normally install a contributed Drupal
module. Visit https://www.drupal.org/node/1897420 for further information.
CONFIGURATION
--------------
1. Navigate to Administration > Extend and enable the Context Breadcrumb module.
2. Navigate to Administration > Structure > Context.
3. Add new context and "Add condition".
4. "Add reaction" with "Breadcrumb".
5. Add breadcrumb for your context.
6. Clear cache if your change not effect.
TAXONOMY HIERARCHY
--------------
Support token for taxonomy hierarchy
Title: [term_hierarchy]
Url: [term_hierarchy:node:field_category]
With node is data from parameter, field_category is field of node.
SUPPORT DEVELOPMENT
Donation vith Paypal by email: [email protected]
Depends on
Dependencies of the latest stable release
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.
Activity
Release Timeline
Releases
| Version | Type | Core | Notes | Release date | |
|---|---|---|---|---|---|
| 2.1.6 | Stable | 10–11 | Fix event dispatcher | Nov 19, 2025 | |
| 2.1.5 | Stable | 10–11 | - Fix schema, phpstan | Nov 17, 2025 | |
| 2.1.4 | Stable | 10–11 | Fix double encode breadcrumb text | Jul 31, 2025 | |
| 2.0.14 | Stable | 9–10 | Fix double encode breadcrumb text | Jul 31, 2025 | |
| 2.1.3 | Stable | 10–11 | Update cache context prevent cache warning | May 21, 2025 | |
| 2.0.13 | Stable | 9–10 | Update cache context prevent cache warning | May 21, 2025 | |
| 2.1.2 | Stable | 10–11 | Update cache context prevent cache warning | May 21, 2025 | |
| 2.0.12 | Stable | 9–10 | Update cache context prevent cache warning | May 21, 2025 | |
| 2.1.1 | Stable | 10–11 | Fix syntax error | Apr 25, 2025 | |
| 2.1.0 | Stable | 10–11 | Add cache context route to prevent cache warning | Apr 24, 2025 | |
| 2.0.11 | Stable | 9–10 | Add cache context route to prevent cache warning | Apr 24, 2025 |