| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"__experimental": "fse", |
| 5 |
"name": "core/comment-author-avatar", |
| 6 |
"title": "Comment Author Avatar (deprecated)", |
| 7 |
"category": "theme", |
| 8 |
"ancestor": [ "core/comment-template" ], |
| 9 |
"description": "This block is deprecated. Please use the Avatar block instead.", |
| 10 |
"textdomain": "default", |
| 11 |
"attributes": { |
| 12 |
"width": { |
| 13 |
"type": "number", |
| 14 |
"default": 96 |
| 15 |
}, |
| 16 |
"height": { |
| 17 |
"type": "number", |
| 18 |
"default": 96 |
| 19 |
} |
| 20 |
}, |
| 21 |
"usesContext": [ "commentId" ], |
| 22 |
"supports": { |
| 23 |
"html": false, |
| 24 |
"inserter": false, |
| 25 |
"__experimentalBorder": { |
| 26 |
"radius": true, |
| 27 |
"width": true, |
| 28 |
"color": true, |
| 29 |
"style": true |
| 30 |
}, |
| 31 |
"color": { |
| 32 |
"background": true, |
| 33 |
"text": false, |
| 34 |
"__experimentalDefaultControls": { |
| 35 |
"background": true |
| 36 |
} |
| 37 |
}, |
| 38 |
"spacing": { |
| 39 |
"__experimentalSkipSerialization": true, |
| 40 |
"margin": true, |
| 41 |
"padding": true |
| 42 |
}, |
| 43 |
"interactivity": { |
| 44 |
"clientNavigation": true |
| 45 |
} |
| 46 |
} |
| 47 |
} |
| 48 |
|