{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "bw/testimonial",
	"title": "Brentwood Testimonial",
	"category": "design",
	"icon": "format-quote",
	"description": "A quote testimonial with large faded quote marks, a dash, and an attribution (\"from who\") whose alignment can be set.",
	"textdomain": "kadence-child",
	"supports": {
		"align": [ "wide", "full" ],
		"html": false,
		"anchor": true
	},
	"attributes": {
		"quote":            { "type": "string",  "default": "" },
		"useBlocks":        { "type": "boolean", "default": false },
		"attribution":      { "type": "string",  "default": "" },
		"attributionAlign": { "type": "string",  "default": "right" },
		"showQuoteMarks":   { "type": "boolean", "default": true },
		"showDash":         { "type": "boolean", "default": true }
	},
	"editorScript": "bw-testimonial-editor",
	"style": "bw-testimonial",
	"render": "file:./render.php"
}
