{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"name": "ytsub/subscribe-button",
	"title": "YouTube Subscribe",
	"category": "widgets",
	"icon": "video-alt3",
	"description": "Your YouTube subscribe button with its live subscriber count.",
	"keywords": [ "youtube", "subscribe", "subscriber", "social", "follow" ],
	"textdomain": "show-youtube-subscribers-count",
	"supports": {
		"html": false,
		"align": [ "left", "center", "right" ],
		"spacing": {
			"margin": true,
			"padding": true
		}
	},
	"attributes": {
		"channel": {
			"type": "string",
			"default": ""
		},
		"layout": {
			"type": "string",
			"default": ""
		},
		"theme": {
			"type": "string",
			"default": ""
		},
		"count": {
			"type": "string",
			"default": ""
		}
	},
	"editorScript": "ytsub-block-editor",
	"editorStyle": "ytsub-block-editor"
}
