{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/image-block-for-pollinations-ai",
  "version": "0.1.0",
  "title": "AI Image Block",
  "category": "widgets",
  "description": "Block for generating image using AI and then insert it into content & media library.",
  "example": {},
  "supports": {
    "html": false
  },
  "attributes": {
    "generatedImageId": {
      "type": "number",
      "default": 0
    },
    "generatedImageURL": {
      "type": "string",
      "default": ""
    },
    "promptText": {
      "type": "string",
      "default": ""
    }
  },
  "textdomain": "image-block-for-pollinations-ai",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php"
}