# elasticpress/5.0.0/assets/js/blocks/comments/block.json

ElasticPress, version 5.0.0. 42 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/5.0.0/code/assets/js/blocks/comments/block.json
- Raw: https://pluginprobe.com/plugins/elasticpress/5.0.0/raw/assets/js/blocks/comments/block.json
- Modified: 2023-08-10T17:15:40+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/elasticpress/5.0.0/code/assets/js/blocks/comments/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"name": "elasticpress/comments",
	"title": "Search Comments",
	"category": "elasticpress",
	"description": "Let visitors search your site's comments.",
	"textdomain": "elasticpress",
	"attributes": {
		"label": {
			"default": "Search comments",
			"type": "string"
		},
		"postTypes": {
			"default": [],
			"type": "array"
		}
	},
	"supports": {
		"color": {
			"background": true,
			"link": true,
			"text": true
		},
		"html": false,
		"position": {
			"sticky": true
		},
		"spacing": {
			"margin": true,
			"padding": true
		},
		"typography": {
			"fontSize": true,
			"lineHeight": true
		}
	},
	"editorScript": "elasticpress-comments-editor-script",
	"script": "elasticpress-comments",
	"style": "elasticpress-comments"
}

```
