at path:
ROOT
/
wp-includes
/
blocks
/
comments-title
/
block.json
run:
R
W
Run
block.json
1.38 KB
2024-02-06 14:00:13
R
W
Run
Delete
Rename
editor-rtl.css
61 By
2023-07-06 17:58:08
R
W
Run
Delete
Rename
editor-rtl.min.css
56 By
2022-04-26 13:42:06
R
W
Run
Delete
Rename
editor.css
61 By
2023-07-06 17:58:08
R
W
Run
Delete
Rename
editor.min.css
56 By
2022-04-26 13:42:06
R
W
Run
Delete
Rename
error_log
up
📄
block.json
Save
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "core/comments-title", "title": "Comments Title", "category": "theme", "ancestor": [ "core/comments" ], "description": "Displays a title with the number of comments", "textdomain": "default", "usesContext": [ "postId", "postType" ], "attributes": { "textAlign": { "type": "string" }, "showPostTitle": { "type": "boolean", "default": true }, "showCommentsCount": { "type": "boolean", "default": true }, "level": { "type": "number", "default": 2 } }, "supports": { "anchor": false, "align": true, "html": false, "__experimentalBorder": { "radius": true, "color": true, "width": true, "style": true }, "color": { "gradients": true, "__experimentalDefaultControls": { "background": true, "text": true } }, "spacing": { "margin": true, "padding": true }, "typography": { "fontSize": true, "lineHeight": true, "__experimentalFontFamily": true, "__experimentalFontWeight": true, "__experimentalFontStyle": true, "__experimentalTextTransform": true, "__experimentalTextDecoration": true, "__experimentalLetterSpacing": true, "__experimentalDefaultControls": { "fontSize": true, "__experimentalFontFamily": true, "__experimentalFontStyle": true, "__experimentalFontWeight": true } } } }