wise / module-wlubyattrset
Magento 2 扩展,通过属性集更新小部件布局选项
1.0.0
2018-10-24 13:38 UTC
Requires
- magento/module-catalog: 102.0.*
- magento/module-widget: 101.0.*
This package is not auto-updated.
Last update: 2024-09-22 15:06:06 UTC
README
Magento 2 扩展,通过属性集更新小部件布局选项
⚠️ 扩展与 Magento 版本的兼容性:Magento 2.2.x
安装指南
手动安装
- 从当前存储库下载 zip 存档
- 将 WLUByAttrSet-* 文件夹中的所有文件和文件夹复制到 /app/code/Wise/WidgetLayoutUpdatesByAttributeSet
- 要完成安装,您需要运行以下命令行
php bin/magento module:enable Wise_WidgetLayoutUpdatesByAttributeSet
php bin/magento setup:upgrade
php bin/magento setup:di:compile
通过 composer 安装
在 Magento 2 根目录中运行以下命令
composer require wise/module-wlubyattrset
php bin/magento module:enable Wise_WidgetLayoutUpdatesByAttributeSet
php bin/magento setup:upgrade
php bin/magento setup:di:compile