-
Notifications
You must be signed in to change notification settings - Fork 4.3k
/
Copy pathblock.json
44 lines (44 loc) · 915 Bytes
/
block.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"$schema": "https://schemas.wp.org/trunk/block.json",
"apiVersion": 2,
"__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
}
}
}