siyu/magento-2-core-block-patch

一个用于修复magento 2块类以支持ifconfig移除处理器的包

安装: 1

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 1

开放问题: 1

类型:magento2-module

dev-master 2019-06-08 09:13 UTC

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

更改日志