{
    "apiVersion": 2,
    "name": "ai-image/block",
    "title": "AI Vision Block",
    "category": "widgets",
    "icon": "format-image",
    "description": "A block that generates an image using Pollinations API.",
    "keywords": [
        "ai",
        "image",
        "pollinations"
    ],
    "version": "1.0.0",
    "textdomain": "ai-vision-block",
    "editorScript": "file:./build/index.js",
    "editorStyle": "file:./build/index.css",
    "attributes": {
        "prompt": {
            "type": "string",
            "default": ""
        },
        "imageUrl": {
            "type": "string",
            "default": ""
        },
        "imageId": {
            "type": "number",
            "default": 0
        }
    },
    "supports": {
        "html": false
    }
}