PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 14.9.2
Jetpack – WP Security, Backup, Speed, & Growth v14.9.2
12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 14.4.2 All 500 releases
jetpack / _inc / blocks / related-posts / block.json
block.json
75 lines 2.1 KB
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": 3,
4 "name": "jetpack/related-posts",
5 "title": "Related Posts",
6 "description": "Display a list of related posts.",
7 "keywords": [
8 "similar content",
9 "linked",
10 "connected"
11 ],
12 "version": "12.5.0",
13 "textdomain": "jetpack",
14 "category": "embed",
15 "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><path d='m19.5,3.5H3.5v4.94s.01,6,.01,6v4s-.01,0-.01,0v1h15.97v-.06h.05l-.02-15.88Zm-11,1v3.94s-3.99,0-3.99,0v-3.94s3.99,0,3.99,0Zm.01,4.94v4h-4v-4h4Zm-3.99,9v-4s3.99,0,3.99,0v4s-3.99,0-3.99,0Zm13.98-13.94v3.94s-8.99,0-8.99,0v-3.94s8.99,0,8.99,0Zm.01,4.94v4h-9v-4h9Zm-8.99,9v-4s8.99,0,8.99,0v4s-8.99,0-8.99,0Z'/></svg>",
16 "supports": {
17 "html": false,
18 "multiple": false,
19 "reusable": false,
20 "color": {
21 "gradients": true,
22 "link": true
23 },
24 "spacing": {
25 "margin": true,
26 "padding": true
27 },
28 "typography": {
29 "__experimentalFontFamily": true,
30 "fontSize": true,
31 "lineHeight": true
32 },
33 "align": [
34 "wide",
35 "full"
36 ]
37 },
38 "attributes": {
39 "postLayout": {
40 "type": "string",
41 "default": "grid"
42 },
43 "displayAuthor": {
44 "type": "boolean",
45 "default": false
46 },
47 "displayDate": {
48 "type": "boolean",
49 "default": true
50 },
51 "displayThumbnails": {
52 "type": "boolean",
53 "default": false
54 },
55 "displayContext": {
56 "type": "boolean",
57 "default": false
58 },
59 "postsToShow": {
60 "type": "number",
61 "default": 3
62 }
63 },
64 "example": {
65 "attributes": {
66 "postLayout": "grid",
67 "displayAuthor": false,
68 "displayDate": true,
69 "displayThumbnails": true,
70 "displayContext": false,
71 "postsToShow": 2
72 }
73 },
74 "editorScript": "jetpack-blocks-editor"
75 }