anasstouaticoder/magento2-module-instantconfigurationcopy

The InstantConfigurationCopy module provides easy way to copy configuration field information for admin in back office Magento 2.

1.2.5 2024-05-02 09:40 UTC

This package is auto-updated.

Last update: 2024-05-02 09:42:44 UTC


README

Copy field path and value, display its override values in parent scope

Supported Magento Versions Latest Stable Version Composer Downloads Maintained - Yes 68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667
``anasstouaticoder/magento2-module-instantconfigurationcopy``

Main Functionalities

Provide easy way to copy fields path and value in configuration section

Installation

* = in production please use the --keep-generated option

install from composer 2

  • In magento project root directory run command composer require anasstouaticoder/magento2-module-instantconfigurationcopy
  • Enable the module by running php bin/magento module:enable AnassTouatiCoder_InstantConfigurationCopy
  • Flush the cache by running php bin/magento cache:flush

Zip file

  • Unzip the zip file in app/code/AnassTouatiCoder
  • Enable the module by running php bin/magento module:enable AnassTouatiCoder_InstantConfigurationCopy
  • Flush the cache by running php bin/magento cache:flush

Configuration

Type 1 : In Back Office

After installing the plugin, it is easy to activate it, login in as administrator, then navigate to Stores => Configuration => Advanced => Developer => Debug => Enable System Config Path Hints For Admin or Enable System Config copy value For Admin, finally select yes and save. now under each configuration field you see that there is path : configuration path, copy path button and copy value button

Type 2 : Using Magento CLI

Enabling display field paths and copy path button : bin/magento config:set 'anasstouaticoder_dev/system_config/system_path_hint 1

Enabling copy value button: bin/magento config:set 'anasstouaticoder_dev/system_config/system_field_value 1

Enabling display override value of sub scopes : bin/magento config:set 'anasstouaticoder_dev/system_config/system_override_values 1

Specifications

This plugin provides easy way to copy configuration field paths or its value to the clipboard. It also displays all values configured in sub scopes websites or in a modal.

For copying value and displaying sub values in modal parts, both support these field types : text, textarea, select, and multiselect

Usage

The idea behind this plugin is to make admins and developers lives much easier, instead of them searching inside the page DOM using inspect tool or in Project files, the plugin is providing them a shortcut to path configuration and copy button to clipboard. See plugin wiki

License

MIT