{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "title": "AI Text Generator",
  "name": "innovator-ai/text-generator",
  "category": "formatting",
  "icon": "text-page",
  "attributes": {
    "contentFrom": {
      "type": "string",
      "default": ""
    },
    "title": {
      "type": "string",
      "default": "Innovator AI Text Generator"
    },
    "description": {
      "type": "string",
      "default": "Innovator AI Text Generator"
    },
    "bgColor": {
      "type": "string",
      "default": "#f5f5f5"
    },
    "padding": {
      "type": "object",
      "default": {
        "top": "10px",
        "left": "30px",
        "right": "30px",
        "bottom": "10px"
      }
    }
  },
  "example": {
    "attributes": {
      "contentFrom": "",
      "title": "Innovator AI Text Generator",
      "description": "Innovator AI Text Generator",
      "bgColor": "#f5f5f5",
      "padding": {
        "top": "10px",
        "left": "30px",
        "right": "30px",
        "bottom": "10px"
      }
    }
  },
  "supports": {
    "html": false
  },
  "keywords": [
    "openai",
    "chatgpt",
    "innovator-ai",
    "inovator",
    "ai content",
    "artificial intelligencne",
    "innovator plugin"
  ],
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}