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

pkg:composer/siyu/magento-2-core-block-patch

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

This package is not auto-updated.

Last update: 2025-10-04 02:30:13 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

CHANGELOG