yireo-training / magento2-example-layout-updates
Package info
github.com/yireo-training/magento2-example-layout-updates
Type:magento2-module
pkg:composer/yireo-training/magento2-example-layout-updates
0.0.1
2017-01-03 12:54 UTC
Requires
- php: >=5.6.0
- magento/framework: 100.*
Requires (Dev)
- composer/composer: *@dev
- phpunit/phpunit: *
This package is auto-updated.
Last update: 2026-02-20 00:33:10 UTC
README
This module applies some example XML layout updates:
- Remove the newsletter subscribe block
- Replace it with a simple Text-block output (comment in HTML source)
- Add this all using a custom layout handle
Installation
Install this module using composer:
composer require yireo-training/magento2-example-layout-updates:dev-master
Enable this module:
./bin/magento module:enable Yireo_ExampleLayoutUpdates
./bin/magento setup:upgrade