run:R W Run
1.28 KB
2026-03-11 16:18:52
R W Run
56 By
2026-03-11 16:18:52
R W Run
51 By
2026-03-11 16:18:52
R W Run
56 By
2026-03-11 16:18:52
R W Run
51 By
2026-03-11 16:18:52
R W Run
error_log
📄block.json
1{
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "core/post-comments-link",
5 "title": "Comments Link",
6 "category": "theme",
7 "description": "Displays the link to the current post comments.",
8 "textdomain": "default",
9 "usesContext": [ "postType", "postId" ],
10 "attributes": {
11 "textAlign": {
12 "type": "string"
13 }
14 },
15 "example": {
16 "viewportWidth": 350
17 },
18 "supports": {
19 "html": false,
20 "color": {
21 "link": true,
22 "text": false,
23 "__experimentalDefaultControls": {
24 "background": true,
25 "link": true
26 }
27 },
28 "spacing": {
29 "margin": true,
30 "padding": true
31 },
32 "typography": {
33 "fontSize": true,
34 "lineHeight": true,
35 "__experimentalFontFamily": true,
36 "__experimentalFontWeight": true,
37 "__experimentalFontStyle": true,
38 "__experimentalTextTransform": true,
39 "__experimentalTextDecoration": true,
40 "__experimentalLetterSpacing": true,
41 "__experimentalDefaultControls": {
42 "fontSize": true
43 }
44 },
45 "interactivity": {
46 "clientNavigation": true
47 },
48 "__experimentalBorder": {
49 "radius": true,
50 "color": true,
51 "width": true,
52 "style": true,
53 "__experimentalDefaultControls": {
54 "radius": true,
55 "color": true,
56 "width": true,
57 "style": true
58 }
59 }
60 },
61 "style": "wp-block-post-comments-link"
62}
63