wordpress_update_theme_json
Update theme.json configuration for block themes to customize WordPress site appearance, layout, and block settings through structured JSON data.
Instructions
Update theme.json configuration for block themes (FSE)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| themeJson | Yes |
Input Schema (JSON Schema)
{
"properties": {
"themeJson": {
"additionalProperties": {},
"type": "object"
}
},
"required": [
"themeJson"
],
"type": "object"
}