{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "co-authors-plus/description",
	"version": "1.0.0",
	"title": "Co-Author Biography",
	"category": "theme",
	"description": "Displays a co-author's biographical description.",
	"keywords": [ "coauthors", "description", "bio", "biography" ],
	"supports": {
		"html": false,
		"color": {
			"link": true,
			"text": true,
			"background": true,
			"__experimentalDefaultControls": {}
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true,
			"__experimentalFontFamily": true,
			"__experimentalTextDecoration": true,
			"__experimentalFontStyle": true,
			"__experimentalFontWeight": true,
			"__experimentalLetterSpacing": true,
			"__experimentalTextTransform": true,
			"__experimentalDefaultControls": {}
		},
		"spacing": {
			"margin": true,
			"padding": true,
			"__experimentalDefaultControls": {
				"margin": false,
				"padding": false
			}
		}
	},
	"usesContext": [ "co-authors-plus/author" ],
	"attributes": {
		"textAlign": {
			"type": "string"
		}
	},
	"textdomain": "co-authors-plus",
	"editorScript": "file:./index.js",
	"editorStyle": "file:./index.css"
}
