generate_gutenberg_block
Generate complete Gutenberg block code including block.json, PHP registration, and React components for WordPress development.
Instructions
Generate complete Gutenberg block code including block.json, PHP registration, and React components
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Block name (slug, e.g., "custom-card") | |
| title | Yes | Block title (display name) | |
| description | No | Block description | |
| category | No | Block category (text, media, design, widgets, theme, embed) | |
| icon | No | Dashicon name or icon identifier | |
| keywords | No | Search keywords for the block |