Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
firepot
/
wp-content
/
plugins
/
gutenberg
/
build
/
block-library
/
blocks
/
post-comments-link
:
block.json
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "__experimental": "fse", "name": "core/post-comments-link", "title": "Comments Link", "category": "theme", "description": "Displays the link to the current post comments.", "textdomain": "default", "usesContext": [ "postType", "postId" ], "attributes": { "textAlign": { "type": "string" } }, "supports": { "html": false, "color": { "link": true, "text": false, "__experimentalDefaultControls": { "background": true, "link": 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 } }, "interactivity": { "clientNavigation": true } } }