Displays a hint when a configuration value is overwritten on a lower scope (website or store view).
- extension on GitHub
- direct download link
- Composer key:
avstudnitz/scopehint2
(registered at Packagist)
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 optionally displays the configuration code (which is used for ScopeConfigInterface::getValue()
) with the configuration fields.
This is on by default, and can be enabled/disabled in
Stores -> Settings -> Configuration -> Advanced -> Developer -> Debug -> Display path for each option in system configuration
- PHP >= 5.6.0
- Magento >= 2.1.0 (not tested on 2.0.x)
- Call
composer require avstudnitz/scopehint2
in your Magento root dir from the command line
- Copy all the files into the newly created directory
app/code/AvS/ScopeHint/
in the Magento 2 root.
- Enable the extension by calling
bin/magento module:enable AvS_ScopeHint
. - Run
bin/magento setup:upgrade
.
- 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
If you have any issues with this extension, open an issue on GitHub.
Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub.
Andreas von Studnitz
OSL - Open Software Licence 3.0
(c) 2017-2024 Andreas von Studnitz