File "block.json"

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

{
	"apiVersion": 2,
	"name": "core/social-links",
	"category": "widgets",
	"attributes": {
		"iconColor": {
			"type": "string"
		},
		"customIconColor": {
			"type": "string"
		},
		"iconColorValue": {
			"type": "string"
		},
		"iconBackgroundColor": {
			"type": "string"
		},
		"customIconBackgroundColor": {
			"type": "string"
		},
		"iconBackgroundColorValue": {
			"type": "string"
		},
		"openInNewTab": {
			"type": "boolean",
			"default": false
		},
		"size": {
			"type": "string"
		}
	},
	"providesContext": {
		"openInNewTab": "openInNewTab",
		"iconColorValue": "iconColorValue",
		"iconBackgroundColorValue": "iconBackgroundColorValue"
	},
	"supports": {
		"align": [
			"left",
			"center",
			"right"
		],
		"anchor": true
	},
	"editorStyle": "wp-block-social-links-editor",
	"style": "wp-block-social-links"
}