{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "jetpack-search/ai-answer",
	"version": "0.1.0",
	"title": "AI Answer",
	"category": "jetpack-search",
	"description": "Show an AI-generated answer above the search results, with citations and an optional Show more / extended answer flow. Powered by Jetpack Search.",
	"attributes": {
		"heading": { "type": "string", "default": "" },
		"showCitations": { "type": "boolean", "default": true },
		"enableShowMore": { "type": "boolean", "default": true }
	},
	"supports": {
		"html": false,
		"interactivity": true
	},
	"textdomain": "jetpack-search-pkg",
	"render": "file:./render.php",
	"viewScriptModule": "file:../../../../build/search-blocks/ai-answer.js",
	"style": "file:../../../../build/search-blocks/ai-answer.css"
}
