| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"textdomain": "getwid", |
| 5 |
"name": "getwid/ai-text", |
| 6 |
"description": "Generates text content with AI assistance.", |
| 7 |
"category": "getwid-blocks", |
| 8 |
"title": "AI Assistant", |
| 9 |
"keywords": [ |
| 10 |
"ai" |
| 11 |
], |
| 12 |
"supports": { |
| 13 |
"customClassName": false |
| 14 |
}, |
| 15 |
"attributes": { |
| 16 |
"prompt": { |
| 17 |
"type": "string" |
| 18 |
} |
| 19 |
}, |
| 20 |
"editorScript": "file:./index.js", |
| 21 |
"editorStyle": "file:./index.css" |
| 22 |
} |