samjuk / m2-module-example-footer
Adds 4 example ctas to the top of the footer
Installs: 25
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:49:49 UTC
README
Apart of a collection of modules, to help test/validate deployment processes.
Simple module that adds some dummy content to the page footer when installed. With a feature flag in the system admin to toggle the output.
Installation
composer config repositories.samjuk-m2-module-example-footer vcs git@github.com:SamJUK/m2-module-example-footer.git composer require samjuk/m2-module-example-footer 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 Footer > General > Enabled
path. Or set via the CLI with
php bin/magento config:set samjuk_examplefooter/general/enabled 0 php bin/magento cache:flush