siyu / magento-2-core-block-patch
一个用于修复magento 2块类以支持ifconfig移除处理器的包
dev-master
2019-06-08 09:13 UTC
Requires
- php: ~5.6.5|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0
- magento/framework: 100.1.*
This package is not auto-updated.
Last update: 2024-09-20 20:56:55 UTC
README
Magento 2 核心块功能修改
为什么你需要这个?
Magento 2 默认不支持在referenceBlock的移除处理程序中使用ifconfig
安装
composer require siyu/magento-2-core-block-patch:dev-master ./bin/magento module:enable Siyu_BlockPatch ./bin/magento setup:upgrade ./bin/magento setup:di:compile
卸载
./bin/magento module:disable Siyu_BlockPatch --clear-static-content composer remove siyu/magento-2-core-block-patch ./bin/magento setup:di:compile