samjuk / m2-module-example-footer
Adds 4 example ctas to the top of the footer
Installs: 115
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Type:magento2-module
This package is auto-updated.
Last update: 2025-02-03 09:23:50 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 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