avstudnitz / scopehint2
Displays a hint when a configuration value is overwritten on a lower scope (website or store view).
Installs: 1 040 869
Dependents: 1
Suggesters: 0
Security: 0
Stars: 157
Watchers: 9
Forks: 33
Open Issues: 9
Type:magento2-module
Requires
- magento/framework: ~102.0|~103.0
- magento/module-config: ~100.0|~101.0
This package is auto-updated.
Last update: 2024-11-06 12:28:25 UTC
README
Displays a hint when a configuration value is overwritten on a lower scope (website or store view).
Facts
- version: 1.0.0-beta.1
- extension on GitHub
- direct download link
- Composer key:
avstudnitz/scopehint2
(registered at Packagist)
Description
Whenever a configuration setting is overwritten by a lower level website or store view, an icon is displayed. On Mouseover, a list of all stores / websites which overwrite the setting is shown with the respective values. See the screenshot to get an impression of what the module does:
The module also displays the configuration code (which is used for ScopeConfigInterface::getValue()
) with the configuration fields.
Requirements
- PHP >= 5.6.0
Compatibility
- Magento >= 2.1.0 (not tested on 2.0.x)
Installation Instructions
Via Composer:
- Call
composer require avstudnitz/scopehint2
in your Magento root dir from the command line
Via Download
- Copy all the files into the newly created directory
app/code/AvS/ScopeHint/
in the Magento 2 root.
In both cases:
- Enable the extension by calling
bin/magento module:enable AvS_ScopeHint
. - Run
bin/magento setup:upgrade
.
Uninstallation
- Uninstall the extension by calling
bin/magento module:uninstall AvS_ScopeHint
. - Remove all extension files from
app/code/AvS/ScopeHint/
or use Composer to remove the extension if you have installed it with Composer
Support
If you have any issues with this extension, open an issue on GitHub.
Contribution
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Developer
Andreas von Studnitz, integer_net
Licence
OSL - Open Software Licence 3.0
Copyright
(c) 2017 Andreas von Studnitz / integer_net GmbH