PluginProbe
ElasticPress / 4.5.2
ElasticPress v4.5.2
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 / block.json

block.json in ElasticPress 4.5.2, at assets/js/blocks/facets/meta/block.json

38 lines 756 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 "title": "Facet by Meta (ElasticPress)",
5 "textdomain": "elasticpress",
6 "name": "elasticpress/facet-meta",
7 "icon": "feedback",
8 "category": "widgets",
9 "attributes": {
10 "searchPlaceholder": {
11 "type": "string",
12 "default": "Search"
13 },
14 "facet": {
15 "type": "string",
16 "default": ""
17 },
18 "displayCount": {
19 "type": "boolean",
20 "default": false
21 },
22 "orderby": {
23 "type" : "string",
24 "default": "count",
25 "enum" : [ "count", "name" ]
26 },
27 "order": {
28 "type": "string",
29 "default": "desc",
30 "enum": [ "desc", "asc" ]
31 }
32 },
33 "supports": {
34 "html": false
35 },
36 "editorScript": "ep-facets-meta-block-script",
37 "style": "elasticpress-facets"
38 }