tr33m4n/magento2-system-path-hints

A convenient way to view and copy a system configuration path from the admin panel

v1.0.0 2020-03-11 22:06 UTC

This package is auto-updated.

Last update: 2024-04-12 07:12:24 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.

image

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"