yireo-training / magento2-example-layout-updates
Installs: 96
Dependents: 1
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=5.6.0
- magento/framework: 100.*
Requires (Dev)
- composer/composer: *@dev
- phpunit/phpunit: *
This package is auto-updated.
Last update: 2025-03-19 22:37:21 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