{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "co-authors-plus/image",
	"version": "1.0.0",
	"title": "Co-Author Featured Image",
	"category": "theme",
	"description": "Uses your theme's image sizes to display a scalable avatar for a co-author with a guest author profile. Does not fallback to Gravatar images.",
	"keywords": [ "coauthors" ],
	"supports": {
		"__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": {
		"isLink": {
			"type": "boolean",
			"default": false
		},
		"rel": {
			"type": "string"
		},
		"aspectRatio": {
			"type": "string"
		},
		"width": {
			"type": "string"
		},
		"height": {
			"type": "string"
		},
		"scale": {
			"type": "string",
			"default": "cover"
		},
		"sizeSlug": {
			"type": "string"
		},
		"verticalAlign": {
			"type": "string"
		},
		"align": {
			"type": "string"
		}
	},
	"textdomain": "co-authors-plus",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css",
	"style": "file:./style-index.css"
}
