Problem/Motivation
Steps to reproduce
As a user, I should be able to visit a page that makes use of breadcrumb navigation. The template file block/block--breadcrumb.html.twig attempts to extend the classy theme, which apparently is no longer allowed (https://www.drupal.org/node/3103178).
Proposed resolution
Maybe there's a more elegant solution, but I was able to just use the needed extended classy template (block/block--system-menu-block.html.twig) as block--breadcrumb.html.twig and adding the original block--breadcrumb content within the block--system-menu-block block content. If this seems reasonable I will post a patch.
Issue fork bootstrap_barrio-3236384
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3236384-classy-cannot-be
changes, plain diff MR !10 /
changes, plain diff MR !9
Comments
Comment #2
bwoods commentedComment #7
hatuhay commentedFixed on 5.5.x, leave it open until addresed on 5.1.x
Comment #9
hatuhay commentedComment #10
hatuhay commented