samjuk / m2-module-example-banner
Adds a example banner below the header displaying the current time
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:magento2-module
This package is auto-updated.
Last update: 2025-01-11 14:50:11 UTC
README
Apart of a collection of modules, to help test/validate deployment processes.
Simple module that adds a banner below the page header when installed. With a feature flag in the system admin to toggle the output.
Installation
composer config repositories.samjuk-m2-module-example-banner vcs git@github.com:SamJUK/m2-module-example-banner.git composer require samjuk/m2-module-example-banner php bin/magento cache:flush
Feature Flag
The block output can be configured via a feature flag. This can be found in the admin panel under the System Config > SamJUK > Example Banner > General > Enabled
path. Or set via the CLI with
php bin/magento config:set samjuk_examplebanner/general/enabled 0 php bin/magento cache:flush