2017 © Pedro Peláez
 

magento2-module magento-2-core-block-patch

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

image

siyu/magento-2-core-block-patch

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

  • Saturday, January 20, 2018
  • by Siyu Qian
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Magento-2-Block-Patch

Magento 2 Core Block Function Modify, (*1)

Why you need this?

Magento 2 does not support ifconfig for referenceBlock's remove handler in default, (*2)

Installation

``` bash 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, (*3)



## Uninstall ``` bash ./bin/magento module:disable Siyu_BlockPatch --clear-static-content composer remove siyu/magento-2-core-block-patch ./bin/magento setup:di:compile

CHANGELOG

The Versions

20/01 2018

dev-master

9999999-dev

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

  Sources   Download

MIT

The Requires

  • php ~5.6.5|7.0.2|7.0.4|~7.0.6
  • magento/framework 100.1.*

 

by Avatar Siyu Qian