| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 2, |
| 4 |
"title": "Facet by Meta Range - Beta (ElasticPress)", |
| 5 |
"textdomain": "elasticpress", |
| 6 |
"name": "elasticpress/facet-meta-range", |
| 7 |
"icon": "feedback", |
| 8 |
"category": "widgets", |
| 9 |
"attributes": { |
| 10 |
"facet": { |
| 11 |
"type": "string", |
| 12 |
"default": "" |
| 13 |
}, |
| 14 |
"prefix": { |
| 15 |
"type": "string", |
| 16 |
"default": "" |
| 17 |
}, |
| 18 |
"suffix": { |
| 19 |
"type": "string", |
| 20 |
"default": "" |
| 21 |
} |
| 22 |
}, |
| 23 |
"supports": { |
| 24 |
"html": false |
| 25 |
}, |
| 26 |
"editorScript": "ep-facets-meta-range-block-script", |
| 27 |
"style": "elasticpress-facets", |
| 28 |
"viewScript": "ep-facets-meta-range-block-view-script" |
| 29 |
} |
| 30 |
|