{
	"apiVersion": 3,
	"name": "mshmn/contributor-avatar",
	"title": "Musahimoun: Contributor Avatar",
	"category": "musahimoun",
	"description": "Displays the author's avatar.",
	"textdomain": "mousahimoun",
	"keywords": ["cntributor avatar", "avatar"],
	"attributes": {
		"width": {
			"type": "string",
			"default": "100px"
		},
		"radius": {
			"type": "object",
			"default": {
				"top": "50%",
				"right": "50%",
				"bottom": "50%",
				"left": "50%"
			}
		}
	},
	"supports": {
		"html": false,
		"spacing": {
			"margin": true,
			"padding": true
		},
		"align": true
	},
	"usesContext": ["postId", "postType", "contributor"],
	"editorScript": "file:./index.js",
	"style": "file:./style.css"
}
