siyu/magento-2-core-block-patch

A package for patching magento 2 block class to support ifconfig for remove handler

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

This package is not auto-updated.

Last update: 2024-06-14 19:21:26 UTC


README

Magento-2-Block-Patch

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

CHANGELOG