PluginProbe
Gutenberg / 20.0.1
Gutenberg v20.0.1
24.0.0 23.9.1 23.9.0 23.8.0 23.7.2 23.7.1 23.7.0 23.6.1 23.6.2 23.6.0 23.5.3 23.5.2 23.5.1 23.5.0 23.4.0 23.3.2 23.3.1 23.3.0 23.2.0 23.2.1 23.2.2 23.1.1 23.1.0 23.0.1 12.6.0 All 403 releases
gutenberg / build / block-library / blocks / comment-author-avatar / block.json

block.json in Gutenberg 20.0.1, at build/block-library/blocks/comment-author-avatar/block.json

48 lines 969 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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