dev-theme-list
List all available Magento 2 themes to manage storefront appearance and design options. Choose output format for easy integration with development workflows.
Instructions
List all available Magento 2 themes
Input Schema
Name | Required | Description | Default |
---|---|---|---|
format | No | Output format | table |
Input Schema (JSON Schema)
{
"properties": {
"format": {
"default": "table",
"description": "Output format",
"enum": [
"table",
"json",
"csv"
],
"type": "string"
}
},
"type": "object"
}