{"id":13518672,"url":"https://github.com/avstudnitz/AvS_ScopeHint2","last_synced_at":"2025-03-31T10:32:08.880Z","repository":{"id":18212180,"uuid":"83804919","full_name":"avstudnitz/AvS_ScopeHint2","owner":"avstudnitz","description":"Magento 2 module for displaying additional information in configuration","archived":false,"fork":false,"pushed_at":"2023-04-27T10:40:52.000Z","size":61,"stargazers_count":157,"open_issues_count":9,"forks_count":33,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-10-12T01:08:14.527Z","etag":null,"topics":["magento2","magento2-extension","magento2-module"],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avstudnitz.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-03-03T14:12:14.000Z","updated_at":"2024-09-05T08:31:15.000Z","dependencies_parsed_at":"2024-01-17T15:02:45.120Z","dependency_job_id":null,"html_url":"https://github.com/avstudnitz/AvS_ScopeHint2","commit_stats":{"total_commits":26,"total_committers":13,"mean_commits":2.0,"dds":0.5769230769230769,"last_synced_commit":"597240ee5f113964c45a9968602f8d0c0075f600"},"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avstudnitz%2FAvS_ScopeHint2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avstudnitz%2FAvS_ScopeHint2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avstudnitz%2FAvS_ScopeHint2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avstudnitz%2FAvS_ScopeHint2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avstudnitz","download_url":"https://codeload.github.com/avstudnitz/AvS_ScopeHint2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245966922,"owners_count":20701758,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["magento2","magento2-extension","magento2-module"],"created_at":"2024-08-01T05:01:47.528Z","updated_at":"2025-03-31T10:32:08.874Z","avatar_url":"https://github.com/avstudnitz.png","language":"PHP","funding_links":[],"categories":["PHP","Open Source Extensions"],"sub_categories":["Development Utilities"],"readme":"AvS_ScopeHint for Magento 2\n=====================\nDisplays a hint when a configuration value is overwritten on a lower scope (website or store view).\n\nFacts\n-----\n- [extension on GitHub](https://github.com/avstudnitz/AvS_ScopeHint2)\n- [direct download link](https://github.com/avstudnitz/AvS_ScopeHint2/archive/master.tar.gz)\n- Composer key: `avstudnitz/scopehint2` (registered at Packagist)\n\nDescription\n-----------\nWhenever a configuration setting is overwritten by a lower level website or store view, an icon is displayed.\nOn Mouseover, a list of all stores / websites which overwrite the setting is shown with the respective values.\nSee the screenshot to get an impression of what the module does:\n\n![Screenshot](scopehint2-screenshot.png?raw=true \"ScopeHint for Magento 2\")\n\nThe module also optionally displays the configuration code (which is used for `ScopeConfigInterface::getValue()`) with the configuration fields.\nThis is on by default, and can be enabled/disabled in\nStores -\u003e Settings -\u003e Configuration -\u003e Advanced -\u003e Developer -\u003e Debug -\u003e `Display path for each option in system configuration`\n\nRequirements\n------------\n- PHP \u003e= 5.6.0\n\nCompatibility\n-------------\n- Magento  \u003e= 2.1.0 (not tested on 2.0.x)\n\nInstallation Instructions\n-------------------------\n\n### Via Composer:\n\n1. Call `composer require avstudnitz/scopehint2` in your Magento root dir from the command line\n\n### Via Download\n\n1. Copy all the files into the newly created directory \n`app/code/AvS/ScopeHint/` in the Magento 2 root.\n\n### In both cases:\n\n2. Enable the extension by calling `bin/magento module:enable AvS_ScopeHint`.\n3. Run `bin/magento setup:upgrade`.\n\nUninstallation\n--------------\n1. Uninstall the extension by calling `bin/magento module:uninstall AvS_ScopeHint`.\n2. Remove all extension files from `app/code/AvS/ScopeHint/` or use Composer to remove the extension if you have installed it with Composer\n\nSupport\n-------\nIf you have any issues with this extension, open an issue on [GitHub](https://github.com/avstudnitz/AvS_ScopeHint2/issues).\n\nContribution\n------------\nAny contribution is highly appreciated. The best way to contribute code is to open a [pull request on GitHub](https://help.github.com/articles/using-pull-requests).\n\nDeveloper\n---------\nAndreas von Studnitz\n\n[@avstudnitz](https://www.linkedin.com/in/andreasv1/)\n\nLicence\n-------\n[OSL - Open Software Licence 3.0](http://opensource.org/licenses/osl-3.0.php)\n\nCopyright\n---------\n(c) 2017-2024 Andreas von Studnitz\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favstudnitz%2FAvS_ScopeHint2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favstudnitz%2FAvS_ScopeHint2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favstudnitz%2FAvS_ScopeHint2/lists"}