siyu / magento-2-core-block-patch
A package for patching magento 2 block class to support ifconfig for remove handler
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 1
Type:magento2-module
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: 2025-05-17 00:25:07 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