{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "co-authors-plus/avatar",
	"version": "1.0.0",
	"title": "Co-Author Avatar",
	"category": "theme",
	"description": "Displays a small scale version of a co-author's avatar. Utilizes fallbacks from Gravatar so everyone has an avatar.",
	"keywords": [ "coauthors" ],
	"supports": {
		"html": false,
		"__experimentalBorder": {
			"color": true,
			"radius": true,
			"width": true,
			"__experimentalSelector": "img, .block-editor-media-placeholder",
			"__experimentalSkipSerialization": true,
			"__experimentalDefaultControls": {
				"color": false,
				"radius": false,
				"width": false
			}
		},
		"spacing": {
			"margin": true,
			"padding": true,
			"__experimentalDefaultControls": {
				"margin": false,
				"padding": false
			}
		}
	},
	"usesContext": [
		"co-authors-plus/author",
		"co-authors-plus/layout"
	],
	"attributes": {
		"size": {
			"type": "number",
			"default": 24
		},
		"isLink": {
			"type": "boolean",
			"default": false
		},
		"rel": {
			"type": "string"
		},
		"verticalAlign": {
			"type": "string"
		},
		"align": {
			"type": "string"
		}
	},
	"textdomain": "co-authors-plus",
	"editorScript": "file:./index.js",
	"style": "file:./style-index.css"
}
