yireo / magento2-category-extended
允许分类(在主菜单中)指向 CMS 页面和自定义 URL
0.1.1
2024-03-11 08:48 UTC
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-09-19 08:31:50 UTC
README
警告
此模块仍在开发中,请勿在生产环境中使用
增强您的 Magento 2 分类菜单,使其包含 CMS 页面和自定义 URL!
此模块将 CMS 页面和自定义 URL 无缝集成到您的 Magento 2 分类结构中,使您可以为顾客创建更灵活、更信息丰富的菜单。
安装
通过以下方式安装包:
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
注意
此模块需要 Magento 2.3 或更高版本!更多要求请参阅 composer.json
。