siyu / magento-2-core-block-patch
A package for patching magento 2 block class to support ifconfig for remove handler
Package info
github.com/SiyuQian/Magento-2-Block-Patch
Type:magento2-module
pkg:composer/siyu/magento-2-core-block-patch
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: 2026-03-07 05:12:24 UTC
README
Magento 2 Core Block Function Modify
Why you need this?
Magento 2 does not support ifconfig for referenceBlock's remove handler in default
Installation
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
Uninstall
./bin/magento module:disable Siyu_BlockPatch --clear-static-content composer remove siyu/magento-2-core-block-patch ./bin/magento setup:di:compile