{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "provimedia-geo-widget/answer-card",
	"version": "1.0.0",
	"title": "Answer Card",
	"category": "text",
	"icon": "format-quote",
	"description": "Citable answer block for GEO.",
	"textdomain": "provimedia-geo-widget",
	"keywords": [ "answer", "citation", "geo", "quote" ],
	"attributes": {
		"question": {
			"type": "string",
			"default": ""
		},
		"answer": {
			"type": "string",
			"default": ""
		},
		"bullets": {
			"type": "array",
			"default": [],
			"items": {
				"type": "string"
			}
		},
		"sources": {
			"type": "array",
			"default": [],
			"items": {
				"type": "object"
			}
		},
		"anchorId": {
			"type": "string",
			"default": ""
		},
		"showCopyButtons": {
			"type": "boolean",
			"default": true
		},
		"copyMode": {
			"type": "string",
			"default": "both",
			"enum": [ "link", "citation", "both" ]
		},
		"anchorManuallyEdited": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"html": false,
		"anchor": false,
		"className": true,
		"color": {
			"background": true,
			"text": false
		},
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
	"editorScript": "file:./build/index.js",
	"editorStyle": "file:./build/index.css",
	"style": "file:./build/style-index.css",
	"viewScript": "file:./build/frontend.js",
	"render": "file:./templates/answer-card.php"
}
