PluginProbe
ElasticPress / 5.0.0
ElasticPress v5.0.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 / date / block.json

block.json in ElasticPress 5.0.0, at assets/js/blocks/facets/date/block.json

39 lines 874 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-date",
5 "title": "Filter by Post Date",
6 "category": "elasticpress",
7 "description": "Let visitors filter your content by post date.",
8 "keywords": ["custom date", "facets"],
9 "textdomain": "elasticpress",
10 "attributes": {
11 "displayCustomDate": {
12 "type": "boolean",
13 "default": true
14 }
15 },
16 "supports": {
17 "color": {
18 "background": true,
19 "link": true,
20 "text": false
21 },
22 "html": false,
23 "position": {
24 "sticky": true
25 },
26 "spacing": {
27 "margin": true,
28 "padding": true
29 },
30 "typography": {
31 "fontSize": true,
32 "lineHeight": true
33 }
34 },
35 "editorScript": "ep-facets-date-block-script",
36 "viewScript": "ep-facets-date-block-view-script",
37 "style": "elasticpress-facets"
38 }
39