File "block.json"

Full Path: /home/vantageo/public_html/wp-admin/.wp-cli/wp-includes/blocks/social-link/block.json
File size: 439 bytes
MIME-type: application/json
Charset: utf-8

{
	"apiVersion": 2,
	"name": "core/social-link",
	"category": "widgets",
	"parent": [
		"core/social-links"
	],
	"attributes": {
		"url": {
			"type": "string"
		},
		"service": {
			"type": "string"
		},
		"label": {
			"type": "string"
		}
	},
	"usesContext": [
		"openInNewTab",
		"iconColorValue",
		"iconBackgroundColorValue"
	],
	"supports": {
		"reusable": false,
		"html": false
	},
	"editorStyle": "wp-block-social-link-editor"
}