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]