slashplus / module-frontend-links
为 Magento 2 管理员添加产品前端链接
dev-master
2021-12-30 20:53 UTC
Requires
- php: ^7.4
- magento/module-catalog: >=104
Requires (Dev)
This package is auto-updated.
Last update: 2024-09-13 01:42:40 UTC
README
将产品前端链接添加到 Magento 2 管理员界面。
安装
您可以通过 composer 安装此软件包
composer require slashplus/module-frontend-links
之后通过以下命令安装:
bin/magento setup:upgrade
或者直接启用模块
bin/magento module:enable Slashplus_FrontendLinks;
变更日志
请参阅CHANGELOG获取有关最近更改的更多信息。
贡献
有关详细信息,请参阅CONTRIBUTING。
鸣谢
许可证
MIT 许可证(MIT)。有关更多信息,请参阅许可证文件。