tr33m4n / magento2-system-path-hints
A convenient way to view and copy a system configuration path from the admin panel
Installs: 83
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 0
Type:magento2-module
Requires
- php: ^8.1
- magento/framework: *
Requires (Dev)
- adamwojs/php-cs-fixer-phpdoc-force-fqcn: ^2.0
- dealerdirect/phpcodesniffer-composer-installer: ^1.0
- friendsofphp/php-cs-fixer: ^3.62
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^1.11
- phpunit/phpunit: ^10.5
- rector/rector: ^1.2
This package is auto-updated.
Last update: 2025-02-14 21:57:35 UTC
README
A convenient way to view and copy a system configuration path from the admin panel
Why?
Often I've found myself searching for a system configuration path either in Magento's codebase or piecing it together through various field values in the DOM. I thought there may be some setting similar to template hints that when enabled would conveniently show a system path in relation to a field in the admin panel... Alas (unless I've missed something) this does not appear to be the case.
This module adds a "system path hint" beneath all system configuration fields when enabled. Clicking on the hint will copy it to your clipboard! Handy dandy.
Installing
This module is available on https://packagist.org/
composer require tr33m4n/magento2-system-path-hints
To enable "system path hints" head to "Stores" -> "Configuration" -> "Advanced" -> "Developer" -> "Debug" and set "Enable System Path Hints" to "Yes"