m2-boilerplate / module-product-breadcrumbs
Installs: 9 607
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 13
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.1.0|~7.2.0|~7.3.0|~7.4.0|~8.1.0|~8.2.0
- magento/magento-composer-installer: *
- magento/module-catalog: *
- magento/module-theme: *
README
This is a Fix for Magento 2.2.4+ where the Product Breadcrumbs are generated with JS normally and contain unwanted text
This Module was initially forked from CompactCodeEU/FixProductBreadcrumbs
Installation
composer require "m2-boilerplate/module-product-breadcrumbs"
php bin/magento module:enable M2Boilerplate_ProductBreadcrumbs
php bin/magento setup:upgrade