Generiere Gutenberg Block
gutenberg_generate_blockGenerate HTML code for Gutenberg blocks by providing block type, content, and attributes. Simplifies creating WordPress block markup.
Instructions
Generiert den HTML-Code für einen Gutenberg Block basierend auf dem Block-Typ und Attributen
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | No | Innerer HTML-Content des Blocks | |
| blockType | Yes | Block-Typ (z.B. "core/paragraph", "core/heading", "core/image") | |
| attributes | No | Block-Attribute als JSON |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | Yes |