{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "sp/social-proof",
	"title": "Easy Social Proof",
	"category": "widgets",
	"icon": "groups",
	"description": "Display overlapping avatars, star ratings, and custom text as a Gutenberg block for social proof.",
	"keywords": [ "social proof", "avatars", "subscribers", "stars", "testimonial" ],
	"attributes": {
		"avatars": {
			"type": "array",
			"default": []
		},
		"avatarSize": {
			"type": "number",
			"default": 40
		},
		"avatarOverlap": {
			"type": "number",
			"default": 12
		},
		"avatarBorderColor": {
			"type": "string",
			"default": "#ffffff"
		},
		"avatarBorderWidth": {
			"type": "number",
			"default": 2
		},
		"countText": {
			"type": "string",
			"default": "Join 1,000+ happy subscribers"
		},
		"showStars": {
			"type": "boolean",
			"default": true
		},
		"starCount": {
			"type": "number",
			"default": 5
		},
		"starColor": {
			"type": "string",
			"default": "#FFD700"
		},
		"textColor": {
			"type": "string",
			"default": "#333333"
		},
		"fontSize": {
			"type": "number",
			"default": 16
		},
		"layout": {
			"type": "string",
			"default": "horizontal"
		},
		"alignment": {
			"type": "string",
			"default": "left"
		}
	},
	"supports": {
		"html": false,
		"align": true
	},
	"textdomain": "easysocialproof",
	"editorScript": "file:./assets/block-editor.js",
	"editorStyle": "file:./assets/block-editor.css",
	"style": "file:./assets/block-style.css"
}
