Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (12 loc) · 608 Bytes

2020-11-10-remove-breadcrumb-deprecations.md

File metadata and controls

12 lines (12 loc) · 608 Bytes
Error in user YAML: (<unknown>): found character that cannot start any token while scanning for the next token at line 3 column 16
---
title: Remove breadcrumb deprecations
issue: NEXT-11661
author_github: @Dominik28111
---

Core

  • Removed method buildSeoBreadcrumb() in Core\Content\Category\CategoryEntity.
  • Changed parameter EntityRepositoryInterface in Core\Content\Category\Service\CategoryBreadcrumbBuilder constructor. The parameter is required now.

Storefront

  • Removed parameter navigationTree and categoryTree in Storefront/Resources/views/storefront/page/content/index.html.twig.
  • Removed parameter navigationTree, categoryTree and product in Storefront/Resources/views/storefront/base.html.twig.