{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wuppi/testimonial",
	"version": "1.0.1",
	"title": "Testimonial",
	"category": "wuppi",
	"icon": "format-quote",
	"description": "A testimonial card with quote, author name, role, and optional star rating.",
	"textdomain": "wuppi-blocks",
	"attributes": {
		"quote": {
			"type": "string",
			"default": ""
		},
		"name": {
			"type": "string",
			"default": ""
		},
		"role": {
			"type": "string",
			"default": ""
		},
		"rating": {
			"type": "number",
			"default": 0
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide" ],
		"spacing": {
			"margin": true,
			"padding": true
		}
	}
}
