{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ai-blocks-generator-studio/ai-block",
	"version": "0.1.0",
	"title": "AI Blocks Studio",
	"category": "design",
	"icon": "admin-generic",
	"description": "Generate custom block layouts using AI.",
	"keywords": [ "ai", "generate", "design" ],
	"supports": {
		"html": false,
		"align": [ "wide", "full" ]
	},
	"attributes": {
		"prompt": {
			"type": "string",
			"default": ""
		},
		"provider": {
			"type": "string",
			"default": "openai"
		},
		"isGenerated": {
			"type": "boolean",
			"default": false
		}
	},
	"textdomain": "ai-blocks-generator-studio",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
