PluginProbe
WebberZone Top 10 — Popular Posts / 4.5.1
WebberZone Top 10 — Popular Posts v4.5.1
4.5.1 4.5.0 4.4.3 4.4.2 4.4.1 4.4.0 4.3.4 4.3.3 4.3.2 4.3.1 4.3.0 trunk 1.0 1.0.1 1.1 1.2 1.3 1.4 1.4.1 1.5 1.5.1 1.5.2 1.5.3 1.6 1.6.1 All 117 releases
← All changes | includes/frontend/blocks/src/post-count/block.json +5 -4 4.4.3 → 4.5.1 View file →
@@ -55,9 +55,9 @@
55 55 "default": "before"
56 56 },
57 57 "svgPaddingValues": {
58 58 "type": "array",
59 - "default": [0, 0, 0, 0],
59 + "default": [ 0, 0, 0, 0 ],
60 60 "items": {
61 61 "type": "number"
62 62 }
63 63 },
@@ -62,9 +62,9 @@
62 62 }
63 63 },
64 64 "svgPaddingUnits": {
65 65 "type": "array",
66 - "default": ["px", "px", "px", "px"],
66 + "default": [ "px", "px", "px", "px" ],
67 67 "items": {
68 68 "type": "string"
69 69 }
70 70 },
@@ -76,14 +76,14 @@
76 76 "type": "string",
77 77 "default": "em"
78 78 }
79 79 },
80 - "usesContext": ["postId", "postType", "queryId"],
80 + "usesContext": [ "postId", "postType", "queryId" ],
81 81 "example": {
82 82 "viewportWidth": 350
83 83 },
84 84 "supports": {
85 - "align": ["wide", "full"],
85 + "align": [ "wide", "full" ],
86 86 "html": false,
87 87 "color": {
88 88 "gradients": true,
89 89 "link": true,
@@ -114,8 +114,9 @@
114 114 "clientNavigation": true
115 115 }
116 116 },
117 117 "textdomain": "top-10",
118 + "render": "file:./render.php",
118 119 "editorScript": "file:./index.js",
119 120 "editorStyle": "file:./index.css",
120 121 "viewStyle": "file:./style-index.css"
121 122 }