PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 16.3-a.1
Jetpack – WP Security, Backup, Speed, & Growth v16.3-a.1
16.3-a.3 16.3-a.1 16.2 16.2-beta 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 All 504 releases
← All changes | _inc/blocks/related-posts/block.json +74 -77 12.5.2 → 16.3-a.1 View file →
@@ -1,78 +1,75 @@
1 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": [ "similar content", "linked", "connected" ],
8 - "version": "12.5.0",
9 - "textdomain": "jetpack",
10 - "category": "embed",
11 - "icon": "<svg viewBox='0 0 24 24' width='24' height='24' xmlns='http://www.w3.org/2000/svg'><g stroke='currentColor' strokeWidth='2' strokeLinecap='square'><path d='M4,4 L4,19 M4,4 L19,4 M4,9 L19,9 M4,14 L19,14 M4,19 L19,19 M9,4 L9,19 M19,4 L19,19' /></g></svg>",
12 - "supports": {
13 - "html": false,
14 - "multiple": false,
15 - "reusable": false,
16 - "color": {
17 - "gradients": true,
18 - "link": true
19 - },
20 - "spacing": {
21 - "margin": true,
22 - "padding": true
23 - },
24 - "typography": {
25 - "__experimentalFontFamily": true,
26 - "fontSize": true,
27 - "lineHeight": true
28 - },
29 - "align": [ "wide", "full" ]
30 - },
31 - "attributes": {
32 - "postLayout": {
33 - "type": "string",
34 - "default": "grid"
35 - },
36 - "displayAuthor": {
37 - "type": "boolean",
38 - "default": false
39 - },
40 - "displayDate": {
41 - "type": "boolean",
42 - "default": true
43 - },
44 - "displayHeadline": {
45 - "type": "boolean",
46 - "default": false
47 - },
48 - "displayThumbnails": {
49 - "type": "boolean",
50 - "default": false
51 - },
52 - "displayContext": {
53 - "type": "boolean",
54 - "default": false
55 - },
56 - "headline": {
57 - "type": "string",
58 - "default": ""
59 - },
60 - "postsToShow": {
61 - "type": "number",
62 - "default": 3
63 - }
64 - },
65 - "example": {
66 - "attributes": {
67 - "postLayout": "grid",
68 - "displayAuthor": false,
69 - "displayDate": true,
70 - "displayHeadline": false,
71 - "displayThumbnails": true,
72 - "displayContext": false,
73 - "headline": "",
74 - "postsToShow": 2
75 - }
76 - },
77 - "editorScript": "file:../editor.js"
78 -}
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 +}