# gutenberg/13.5.1/build/block-library/blocks/post-comments/block.json

Gutenberg, version 13.5.1. 46 lines.

- Page: https://pluginprobe.com/plugins/gutenberg/13.5.1/code/build/block-library/blocks/post-comments/block.json
- Raw: https://pluginprobe.com/plugins/gutenberg/13.5.1/raw/build/block-library/blocks/post-comments/block.json
- Modified: 2022-05-12T03:43:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/gutenberg/13.5.1/code/build/block-library/blocks/post-comments/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "core/post-comments",
	"title": "Post Comments (deprecated)",
	"category": "theme",
	"description": "This block is deprecated. Please use the Comments block instead.",
	"textdomain": "default",
	"attributes": {
		"textAlign": {
			"type": "string"
		}
	},
	"usesContext": [ "postId", "postType" ],
	"supports": {
		"html": false,
		"align": [ "wide", "full" ],
		"typography": {
			"fontSize": true,
			"lineHeight": true,
			"__experimentalFontStyle": true,
			"__experimentalFontWeight": true,
			"__experimentalLetterSpacing": true,
			"__experimentalTextTransform": true,
			"__experimentalDefaultControls": {
				"fontSize": true
			}
		},
		"color": {
			"gradients": true,
			"link": true,
			"__experimentalDefaultControls": {
				"background": true,
				"text": true
			}
		},
		"inserter": false
	},
	"style": [
		"wp-block-post-comments",
		"wp-block-buttons",
		"wp-block-button"
	],
	"editorStyle": "wp-block-post-comments-editor"
}

```
