{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "getwid",
  "name": "getwid/ai-text",
  "description": "Generates text content with AI assistance.",
  "category": "getwid-blocks",
  "title": "AI Assistant",
  "keywords": [
    "ai"
  ],
  "supports": {
    "customClassName": false
  },
  "attributes": {
    "prompt": {
      "type": "string"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css"
}