2017 © Pedro Peláez
 

magento2-module scopehint2

N/A

image

avstudnitz/scopehint2

N/A

  • Friday, October 20, 2017
  • by avstudnitz
  • Repository
  • 5 Watchers
  • 44 Stars
  • 18,703 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 4 Open issues
  • 2 Versions
  • 46 % Grown

The README.md

AvS_ScopeHint for Magento 2

Displays a hint when a configuration value is overwritten on a lower scope (website or store view)., (*1)

Facts

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:, (*2)

Screenshot, (*3)

The module also displays the configuration code (which is used for ScopeConfigInterface::getValue()) with the configuration fields., (*4)

Requirements

  • PHP >= 5.6.0

Compatibility

  • Magento >= 2.1.0 (not tested on 2.0.x)

Installation Instructions

Via Composer:

  1. Call composer require avstudnitz/scopehint2 in your Magento root dir from the command line

Via Download

  1. Copy all the files into the newly created directory app/code/AvS/ScopeHint/ in the Magento 2 root.

In both cases:

  1. Enable the extension by calling bin/magento module:enable AvS_ScopeHint.
  2. Run bin/magento setup:upgrade.

Uninstallation

  1. Uninstall the extension by calling bin/magento module:uninstall AvS_ScopeHint.
  2. 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., (*5)

Contribution

Any contribution is highly appreciated. The best way to contribute code is to open a pull request on GitHub., (*6)

Developer

Andreas von Studnitz, integer_net, (*7)

http://www.integer-net.com, (*8)

@avstudnitz, (*9)

Licence

OSL - Open Software Licence 3.0, (*10)

(c) 2017 Andreas von Studnitz / integer_net GmbH, (*11)

The Versions

20/10 2017

dev-master

9999999-dev

N/A

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ~100.0|~101.0

 

20/10 2017

1.0.1

1.0.1.0

N/A

  Sources   Download

OSL-3.0

The Requires

  • magento/framework ~100.0|~101.0