anasstouaticoder/magento2-module-instantconfigurationcopy
最新稳定版本:1.2.6
Composer 安装命令:
composer require anasstouaticoder/magento2-module-instantconfigurationcopy
包简介
The InstantConfigurationCopy module provides easy way to copy configuration field information for admin in back office Magento 2.
关键字:
README 文档
README
Copy field path and value, display its override values in parent scope
``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
统计信息
- 总下载量: 3.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 16
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-11-06