PHPackages                             experius/magento2-configscopehints - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. experius/magento2-configscopehints

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

experius/magento2-configscopehints
==================================

Magento 2 store config override hints module

4.1.10(1y ago)8131.7k↓47.8%4PHP

Since Apr 19Pushed 1y agoCompare

[ Source](https://github.com/experius/magento2-configscopehints)[ Packagist](https://packagist.org/packages/experius/magento2-configscopehints)[ RSS](/packages/experius-magento2-configscopehints/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (7)Dependencies (2)Versions (20)Used By (0)

EW\_ConfigScopeHints
====================

[](#ew_configscopehints)

This module shows information in the Store Configuration backend UI when a config field is overridden at more specific scope(s), along with information about these scope(s).

Installation
------------

[](#installation)

This module can be installed manually or by using Composer (recommended).

### Composer Installation

[](#composer-installation)

Each of these commands should be run from the command line at the Magento 2 root.

```
# add this repository to your composer.json
$ composer config repositories.magento2-configscopehints git https://github.com/experius/magento2-configscopehints.git

# require module
$ composer require experius/magento2-configscopehints

# enable module
$ php -f bin/magento module:enable EW_ConfigScopeHints
$ php -f bin/magento setup:upgrade
```

### Manual Installation

[](#manual-installation)

First, download contents of this repo into `app/code/EW/ConfigScopeHints` using a command similar to the following in the Magento 2 root.

```
$ mkdir -p app/code/EW # create vendor directory
$ wget https://github.com/experius/magento2-configscopehints/archive/master.zip # download zip of module contents
$ unzip master.zip -d app/code/EW # unzip module into vendor directory
$ mv app/code/EW/magento2-configscopehints-master app/code/EW/ConfigScopeHints # correct directory name
$ rm master.zip # clean up zip file
```

Finally, enable module by running the following from the command line at the Magento 2 root.

```
$ php -f bin/magento module:enable EW_ConfigScopeHints
$ php -f bin/magento setup:upgrade
```

Sit back and enjoy!

Usage
-----

[](#usage)

After installing the module, when viewing a system configuration field, an alert icon and message will be shown below the field value if it has been overridden at a more specific scope.

The icon is only shown when the value is overridden at a more specific scope than the current one – that is, if viewing at the default scope, overrides at the website or store view level are shown, but if viewing at the website level, only overrides below the currently selected website are shown.

Along with the alert message, a detailed list of the exact scope(s) that override the value, with links directly to the store config for the current section at those scopes. Clicking an override hint row arrow will expand the row to also show the field's value at that scope.

[![Screenshot of system config scope hints module](https://camo.githubusercontent.com/a5165fb07740dfdbb5cecd35104e1d26bfb5067eb3df68502e276037f84415fb/68747470733a2f2f657269636973617765736f2e6d652f696d616765732f6d6167656e746f322d636f6e66696773636f706568696e74732d76332e312e706e67)](https://camo.githubusercontent.com/a5165fb07740dfdbb5cecd35104e1d26bfb5067eb3df68502e276037f84415fb/68747470733a2f2f657269636973617765736f2e6d652f696d616765732f6d6167656e746f322d636f6e66696773636f706568696e74732d76332e312e706e67)

Compatibility and Technical Notes
---------------------------------

[](#compatibility-and-technical-notes)

As of version 3.0.0 of this module has been tested against Magento 2.1.x. It's likely compatible with 2.0.x as well, but this is untested.

> NOTE: For known compatibility with 2.0.x, check out version [2.1.0](https://github.com/ericthehacker/magento2-configscopehints/releases/tag/v2.1.0) of the module.

Known Issues
------------

[](#known-issues)

### MAGETWO-62648

[](#magetwo-62648)

When used on Magento 2.1.3, the module can produce a false positive when viewing a website scope. If a given config value has been overridden at this website scope, any children store views which have "Use Website" set for the value will incorrectly show as being overridden.

This is a known [core bug](https://github.com/magento/magento2/issues/7943).

### Non-standard Fieldset Renderers

[](#non-standard-fieldset-renderers)

Store config groups which use non-standard fieldset renderers are currently ignored. Of the native store config fields, the following exhibit this trait.

- Advanced -&gt; Advanced -&gt; Disable Modules Output
- Sales -&gt; Payment Methods

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity40

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity72

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~225 days

Recently: every ~317 days

Total

16

Last Release

717d ago

Major Versions

2.1 → 3.1.12017-01-07

3.1.1 → 4.0.02020-05-14

### Community

Maintainers

![](https://www.gravatar.com/avatar/c7e58de96a040039bac3b892c000da2ee83d6adaafc1abc7519c5ceb0c81cc91?d=identicon)[experius](/maintainers/experius)

---

Top Contributors

[![lewisvoncken](https://avatars.githubusercontent.com/u/6040343?v=4)](https://github.com/lewisvoncken "lewisvoncken (14 commits)")[![ericthehacker](https://avatars.githubusercontent.com/u/3081741?v=4)](https://github.com/ericthehacker "ericthehacker (11 commits)")[![tools-utrecht-hh](https://avatars.githubusercontent.com/u/5173161?v=4)](https://github.com/tools-utrecht-hh "tools-utrecht-hh (2 commits)")[![MatthijsBreed](https://avatars.githubusercontent.com/u/46493844?v=4)](https://github.com/MatthijsBreed "MatthijsBreed (2 commits)")[![Hexmage](https://avatars.githubusercontent.com/u/22170051?v=4)](https://github.com/Hexmage "Hexmage (1 commits)")[![borisvankatwijk](https://avatars.githubusercontent.com/u/6112053?v=4)](https://github.com/borisvankatwijk "borisvankatwijk (1 commits)")[![mhaagen](https://avatars.githubusercontent.com/u/32866621?v=4)](https://github.com/mhaagen "mhaagen (1 commits)")[![jordy2607](https://avatars.githubusercontent.com/u/29774091?v=4)](https://github.com/jordy2607 "jordy2607 (1 commits)")

### Embed Badge

![Health badge](/badges/experius-magento2-configscopehints/health.svg)

```
[![Health](https://phpackages.com/badges/experius-magento2-configscopehints/health.svg)](https://phpackages.com/packages/experius-magento2-configscopehints)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.4M1](/packages/fastly-magento2)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[fishpig/magento2-wordpress-integration

Securely integrate WordPress and Magento 2.

83369.2k7](/packages/fishpig-magento2-wordpress-integration)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[baldwin/magento2-module-url-data-integrity-checker

Magento 2 module which can find potential url related problems in your catalog data

282822.9k](/packages/baldwin-magento2-module-url-data-integrity-checker)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
