yireo / magento2-category-extended
Allow for categories (in the main menu) to point towards CMS Pages and Custom URLs
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 3
Forks: 2
Type:magento2-module
Requires
- php: ^7.4.0 || ^8.1.0 || ^8.2.0
- magento/framework: ^101.0 | ^102.0 | ^103.0
- magento/module-catalog: ^102.0 | ^103.0 | ^104.0
This package is auto-updated.
Last update: 2024-10-19 08:40:44 UTC
README
Warning
This Module is still in Developement, don't use it in production
Enhance your Magento 2 category menus with CMS pages and custom URLs!
This module seamlessly integrates CMS pages and custom URLs into your Magento 2 category structure, allowing you to create a more versatile and informative menu for your customers.
Installation
Install the package via;
composer config repositories.yireo/magento2-category-extended git git@github.com:yireo/Yireo_CategoryExtended.git composer require yireo/magento2-category-extended bin/magento module:enable Yireo_CategoryExtended bin/magento setup:upgrade
Note
This Module requires Magento 2.3 or higher!
For more requirements see the composer.json
.