File "block.json"

Full Path: /home/pumpbmko/public_html/wp-content/plugins/gutenberg/build/block-library/blocks/comment-author-avatar/block.json
File size: 969 bytes
MIME-type: application/json
Charset: utf-8

{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 3,
	"__experimental": "fse",
	"name": "core/comment-author-avatar",
	"title": "Comment Author Avatar (deprecated)",
	"category": "theme",
	"ancestor": [ "core/comment-template" ],
	"description": "This block is deprecated. Please use the Avatar block instead.",
	"textdomain": "default",
	"attributes": {
		"width": {
			"type": "number",
			"default": 96
		},
		"height": {
			"type": "number",
			"default": 96
		}
	},
	"usesContext": [ "commentId" ],
	"supports": {
		"html": false,
		"inserter": false,
		"__experimentalBorder": {
			"radius": true,
			"width": true,
			"color": true,
			"style": true
		},
		"color": {
			"background": true,
			"text": false,
			"__experimentalDefaultControls": {
				"background": true
			}
		},
		"spacing": {
			"__experimentalSkipSerialization": true,
			"margin": true,
			"padding": true
		},
		"interactivity": {
			"clientNavigation": true
		}
	}
}