{
	"apiVersion": 3,
	"name": "mshmn/contributor-website",
	"title": "Musahimoun: Contributor Website",
	"category": "musahimoun",
	"description": "Displays the contributor website as an icon.",
	"textdomain": "musahimoun",
	"keywords": ["contributor website", "website", "link"],
	"attributes": {
		"textAlign": {
			"type": "string"
		},
		"iconSize": {
			"type": "number",
			"default": 36
		}
	},
	"usesContext": ["postType", "postId", "contributor"],
	"supports": {
		"html": false,
		"spacing": {
			"margin": true,
			"padding": true
		},
		"color": {
			"gradients": true,
			"link": true,
			"__experimentalDefaultControls": {
				"background": true,
				"text": true,
				"link": true
			}
		},
		"typography": {
			"fontSize": true
		}
	},
	"editorScript": "file:./index.js",
	"style": "file:./style.css"
}