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.

Command icon 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:

Comments

bwoods created an issue. See original summary.

bwoods’s picture

Issue summary: View changes

hatuhay’s picture

Version: 5.5.x-dev » 5.0.1

Fixed on 5.5.x, leave it open until addresed on 5.1.x

  • bwoods authored 36565df on 5.5.x
    Issue #3236384 by bwoods: Classy cannot be extended in Drupal 9
    
hatuhay’s picture

Version: 5.0.1 » 5.1.5
hatuhay’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.