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

ElasticPress, version 4.4.1. 23 lines.

- Page: https://pluginprobe.com/plugins/elasticpress/4.4.1/code/assets/js/blocks/comments/block.json
- Raw: https://pluginprobe.com/plugins/elasticpress/4.4.1/raw/assets/js/blocks/comments/block.json
- Modified: 2022-11-29T18:22:08+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/4.4.1/code/assets/js/blocks/comments/block.json#L10-L20`.

```json
{
	"$schema": "https://schemas.wp.org/trunk/block.json",
	"apiVersion": 2,
	"title": "Search Comments (ElasticPress)",
	"icon": "search",
	"textdomain": "elasticpress",
	"name": "elasticpress/comments",
	"category": "widgets",
	"attributes": {
		"label": {
			"default": "Search comments",
			"type": "string"
		},
		"postTypes": {
			"default": [],
			"type": "array"
		}
	},
	"editorScript": "elasticpress-comments-editor-script",
	"script": "elasticpress-comments",
	"style": "elasticpress-comments"
}

```
