Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
firepot
/
wp-content
/
plugins
/
gutenberg
/
build
/
block-library
/
blocks
/
comment-author-avatar
:
block.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "$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 } } }