-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,20 @@ | ||
## Overview | ||
|
||
This extension allows you to fix next Magento 2 issues in Catalog | ||
|
||
1. Problems with breadcrumbs [#7967](https://github.com/magento/magento2/issues/7967) | ||
2. Block tag {{block ...}} doesnt work in WYSIWYG Editor on Product Detail Page. [#10364](https://github.com/magento/magento2/issues/10364), [#5168](https://github.com/magento/magento2/issues/5168) | ||
|
||
## Installation | ||
``` | ||
composer require magefan/module-catalog | ||
php bin/magento setup:upgrade | ||
php bin/magento setup:di:compile | ||
``` | ||
## Free Magento 2 Extension by Magefan | ||
|
||
1. [Magento 2 Blog Extension](https://magefan.com/magento2-blog-extension) | ||
2. [Magento 2 Login As Customer Extension](https://magefan.com/login-as-customer-magento-2-extension) | ||
3. [Magento 2 Conflict Detector Extension](https://magefan.com/magento2-conflict-detector) | ||
4. [Magento 2 Rocket JavaScript Extension](https://github.com/magefan/module-rocketjavascript) | ||
5. [Magento 2 Lazy Load Extension](https://github.com/magefan/module-lazyload) |