{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "lsx/lsx-sharing-label",
	"version": "1.0.0",
	"title": "Share Label",
	"category": "widgets",
	"parent": [ "core/social-links" ],
	"icon": "share",
	"description": "A label for the sharing icons, with an optional icon.",
	"attributes": {
		"label": {
			"type": "string"
		},
		"icon": {
			"type": "boolean",
			"default": false
		}
	},
	"supports": {
		"html": false,
		"color": {
            "text": true,
            "background": false,
            "link": false
        },
		"typography": {
			"fontSize": true
		}
	},
	"textdomain": "lsx-sharing"
}
