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 / related-posts / block.json

block.json in ElasticPress 5.0.0, at assets/js/blocks/related-posts/block.json

43 lines 854 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/related-posts",
5 "title": "Related Posts",
6 "category": "elasticpress",
7 "description": "Display a continuously updated list of related posts.",
8 "textdomain": "elasticpress",
9 "attributes": {
10 "alignment": {
11 "type": "string",
12 "default": "none"
13 },
14 "number": {
15 "type": "number",
16 "default": 5
17 }
18 },
19 "usesContext": ["postId"],
20 "supports": {
21 "align": true,
22 "color": {
23 "background": true,
24 "link": true,
25 "text": false
26 },
27 "html": false,
28 "position": {
29 "sticky": true
30 },
31 "spacing": {
32 "margin": true,
33 "padding": true
34 },
35 "typography": {
36 "fontSize": true,
37 "lineHeight": true
38 }
39 },
40 "editorScript": "ep-related-posts-block-script",
41 "style": "file:/../../../../dist/css/related-posts-block-styles.css"
42 }
43