config-show
View Magento 2 system configuration values to inspect settings across different scopes like default, website, or store levels for development and troubleshooting.
Instructions
View Magento 2 system configuration values
Input Schema
Name | Required | Description | Default |
---|---|---|---|
path | No | Configuration path to show (optional, shows all if not specified) | |
scope | No | Configuration scope (default, website, store) | |
scopeId | No | Scope ID (website ID or store ID) |
Input Schema (JSON Schema)
{
"properties": {
"path": {
"description": "Configuration path to show (optional, shows all if not specified)",
"type": "string"
},
"scope": {
"description": "Configuration scope (default, website, store)",
"type": "string"
},
"scopeId": {
"description": "Scope ID (website ID or store ID)",
"type": "string"
}
},
"type": "object"
}