{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "wuppi/team-member",
	"version": "1.0.1",
	"title": "Team Member",
	"category": "wuppi",
	"icon": "admin-users",
	"description": "A team member card with photo, name, role, optional bio, and social links.",
	"textdomain": "wuppi-blocks",
	"attributes": {
		"imageId": {
			"type": "number",
			"default": 0
		},
		"imageUrl": {
			"type": "string",
			"default": ""
		},
		"imageAlt": {
			"type": "string",
			"default": ""
		},
		"name": {
			"type": "string",
			"default": ""
		},
		"role": {
			"type": "string",
			"default": ""
		},
		"bio": {
			"type": "string",
			"default": ""
		},
		"photoSize": {
			"type": "string",
			"default": "medium"
		},
		"imageShape": {
			"type": "string",
			"default": "circle"
		},
		"socialLinks": {
			"type": "array",
			"default": [],
			"items": {
				"type": "object"
			}
		},
		"socialShowLabel": {
			"type": "boolean",
			"default": false
		},
		"socialLayout": {
			"type": "string",
			"default": "row"
		}
	},
	"supports": {
		"html": false,
		"align": [ "wide" ],
		"spacing": {
			"margin": true,
			"padding": true
		}
	}
}
