| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 2, |
| 4 |
"title": "Search Comments (ElasticPress)", |
| 5 |
"icon": "search", |
| 6 |
"textdomain": "elasticpress", |
| 7 |
"name": "elasticpress/comments", |
| 8 |
"category": "widgets", |
| 9 |
"attributes": { |
| 10 |
"label": { |
| 11 |
"default": "Search comments", |
| 12 |
"type": "string" |
| 13 |
}, |
| 14 |
"postTypes": { |
| 15 |
"default": [], |
| 16 |
"type": "array" |
| 17 |
} |
| 18 |
}, |
| 19 |
"editorScript": "elasticpress-comments-editor-script", |
| 20 |
"script": "elasticpress-comments", |
| 21 |
"style": "elasticpress-comments" |
| 22 |
} |
| 23 |
|