| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "elasticpress/comments", |
| 5 |
"title": "Search Comments", |
| 6 |
"category": "elasticpress", |
| 7 |
"description": "Let visitors search your site's comments.", |
| 8 |
"textdomain": "elasticpress", |
| 9 |
"attributes": { |
| 10 |
"label": { |
| 11 |
"default": "Search comments", |
| 12 |
"type": "string" |
| 13 |
}, |
| 14 |
"postTypes": { |
| 15 |
"default": [], |
| 16 |
"type": "array" |
| 17 |
} |
| 18 |
}, |
| 19 |
"supports": { |
| 20 |
"color": { |
| 21 |
"background": true, |
| 22 |
"link": true, |
| 23 |
"text": true |
| 24 |
}, |
| 25 |
"html": false, |
| 26 |
"position": { |
| 27 |
"sticky": true |
| 28 |
}, |
| 29 |
"spacing": { |
| 30 |
"margin": true, |
| 31 |
"padding": true |
| 32 |
}, |
| 33 |
"typography": { |
| 34 |
"fontSize": true, |
| 35 |
"lineHeight": true |
| 36 |
} |
| 37 |
}, |
| 38 |
"editorScript": "elasticpress-comments-editor-script", |
| 39 |
"script": "elasticpress-comments", |
| 40 |
"style": "elasticpress-comments" |
| 41 |
} |
| 42 |
|