{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "aeomatic/faq-item",
	"title": "AEO FAQ item",
	"category": "text",
	"parent": ["aeomatic/faq"],
	"description": "A single FAQ question and answer.",
	"icon": "editor-help",
	"textdomain": "aeomatic",
	"attributes": {
		"question": { "type": "string", "default": "" },
		"answer": { "type": "string", "default": "" }
	},
	"supports": {
		"html": false,
		"reusable": false
	},
	"editorScript": "file:./index.js"
}
