Currently this module do not override taxonomy term page's breadcrumb.
Taxonomy module has it's own class TermBreadcrumbBuilder in /core/modules/taxonomy/src/TermBreadcrumbBuilder.php
This module should override that implementation.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2761269-Override-taxonomy-breadcrumb-2.patch | 604 bytes | ashhishhh |
Comments
Comment #2
ashhishhh commentedAs explained on https://www.drupal.org/node/2648118
I increased service priority to 1003.
And it is working for me.
Comment #3
greg boggsAshhishhh ++
Comment #5
greg boggs