{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "gelo-ai/gelo-ai-block",
	"version": "1.0.0",
	"title": "AI Block",
	"category": "text",
	"icon": "nametag",
	"description": "Generate HTML content with the help of artificial intelligence.",
	"attributes": {
		"AIContent": {
			"type": "string"
		}
	},
	"supports": {
		"customClassName": false,
		"className": false,
		"html": false
	},
	"textdomain": "gelo-ai-block",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css",
	"viewScript": "file:./view.js"
}
