{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ai/summarise-button",
	"title": "AI Summarise Button",
	"category": "widgets",
	"icon": "superhero-alt",
	"description": "Opens the current page in the reader's chosen AI tool for summarising.",
	"keywords": [ "ai", "summarise", "summarize", "chatgpt", "claude" ],
	"textdomain": "ai-summarise-button",
	"supports": {
		"html": false,
		"align": [ "left", "center", "right" ],
		"interactivity": {
			"clientNavigation": true
		}
	},
	"attributes": {
		"mode": { "type": "string", "default": "basic" },
		"buttonText": { "type": "string", "default": "Summarise with AI" },
		"preset": { "type": "string", "default": "chatgpt" },
		"justify": { "type": "string", "default": "left" },
		"align": { "type": "string" },
		"maxWidth": { "type": "number", "default": 200 },
		"maxHeight": { "type": "number", "default": 32 },
		"logoSize": { "type": "number", "default": 15 },
		"qPrefix": { "type": "string", "default": "Read and summarise this" },
		"qSuffix": { "type": "string", "default": "so I can ask questions about it." },
		"noun": { "type": "string", "default": "page" },
		"provider": { "type": "string", "default": "chatgpt" },
		"openInNewTab": { "type": "boolean", "default": true },
		"relNoFollow": { "type": "boolean", "default": true },
		"iconPosition": { "type": "string", "default": "left" },
		"isFullWidth": { "type": "boolean", "default": false },
		"borderRadius": { "type": "number", "default": 8 },
		"paddingX": { "type": "number", "default": 10 },
		"paddingY": { "type": "number", "default": 6 },
		"bgColor": { "type": "string", "default": "" },
		"textColor": { "type": "string", "default": "" },
		"borderColor": { "type": "string", "default": "" }
	},
	"editorScript": "aisubu-block",
	"style": "aisubu-frontend",
	"viewScript": "aisubu-frontend"
}
