PluginProbe
ElasticPress / 4.7.0
ElasticPress v4.7.0
5.3.5 5.3.4 3.6.5 3.6.6 4.0.0 4.0.1 4.1.0 4.2.0 4.2.1 4.2.2 4.3.0 4.3.1 4.4.0 4.4.1 4.5.0 4.5.1 4.5.2 4.6.0 4.6.1 4.7.0 4.7.1 4.7.2 5.0.0 5.0.1 5.0.2 All 108 releases
elasticpress / assets / js / blocks / facets / meta-range / block.json

block.json in ElasticPress 4.7.0, at assets/js/blocks/facets/meta-range/block.json

47 lines 963 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 2,
4 "name": "elasticpress/facet-meta-range",
5 "title": "Filter by Metadata Range - Beta",
6 "category": "elasticpress",
7 "description": "Let visitors filter your content by a range of metadata values.",
8 "keywords": ["custom fields", "facets", "price"],
9 "textdomain": "elasticpress",
10 "attributes": {
11 "facet": {
12 "type": "string",
13 "default": ""
14 },
15 "prefix": {
16 "type": "string",
17 "default": ""
18 },
19 "suffix": {
20 "type": "string",
21 "default": ""
22 }
23 },
24 "supports": {
25 "color": {
26 "background": true,
27 "link": true,
28 "text": true
29 },
30 "html": false,
31 "position": {
32 "sticky": true
33 },
34 "spacing": {
35 "margin": true,
36 "padding": true
37 },
38 "typography": {
39 "fontSize": true,
40 "lineHeight": true
41 }
42 },
43 "editorScript": "ep-facets-meta-range-block-script",
44 "viewScript": "ep-facets-meta-range-block-view-script",
45 "style": "elasticpress-facets"
46 }
47