PluginProbe
Category Posts Block / 5.1.0
Category Posts Block v5.1.0
5.1.0 5.0.0 trunk 1.0 1.1 1.2 1.2.1 1.3 1.3.1 1.3.2 1.3.3 2.0 2.1 2.2 2.3 3.1 3.2 3.3 4.0 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 All 63 releases
category-posts / block.json

block.json in Category Posts Block 5.1.0, at block.json

253 lines 4.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "name": "tiptip/category-posts-block",
4 "title": "Category Posts",
5 "category": "widgets",
6 "icon": "admin-post",
7 "description": "Adds a widget that shows the most recent posts from a single category.",
8 "textdomain": "category-posts",
9 "attributes": {
10 "title": {
11 "type": "string",
12 "default": "Category Posts"
13 },
14 "titleLink": {
15 "type": "boolean",
16 "default": false
17 },
18 "titleLinkTarget": {
19 "type": "boolean",
20 "default": false
21 },
22 "titleLevel": {
23 "type": "string",
24 "default": "Initial"
25 },
26 "titleLinkUrl": {
27 "type": "string",
28 "default": ""
29 },
30 "hideTitle": {
31 "type": "boolean",
32 "default": false
33 },
34 "categorySuggestions": {
35 "type": "array",
36 "default": []
37 },
38 "selectCategories": {
39 "type": "array",
40 "default": []
41 },
42 "categories": {
43 "type": "string",
44 "default": ""
45 },
46 "num": {
47 "type": "string",
48 "default": 10
49 },
50 "offset": {
51 "type": "integer",
52 "default": 1
53 },
54 "orderBy": {
55 "type": "string",
56 "default": "date"
57 },
58 "status": {
59 "type": "string",
60 "default": "publish"
61 },
62 "order": {
63 "type": "boolean",
64 "default": true
65 },
66 "excludeCurrentPost": {
67 "type": "boolean",
68 "default": false
69 },
70 "hideNoThumb": {
71 "type": "boolean",
72 "default": false
73 },
74 "sticky": {
75 "type": "boolean",
76 "default": false
77 },
78 "footerLinkText": {
79 "type": "string",
80 "default": ""
81 },
82 "footerLink": {
83 "type": "string",
84 "default": ""
85 },
86 "footerLinkTarget": {
87 "type": "boolean",
88 "default": false
89 },
90 "itemTitleLevel": {
91 "type": "string",
92 "default": "Inline"
93 },
94 "itemTitleLines": {
95 "type": "integer",
96 "default": 2
97 },
98 "thumbW": {
99 "type": "integer",
100 "default": 150
101 },
102 "thumbFluidWidth": {
103 "type": "integer",
104 "default": 100
105 },
106 "thumbH": {
107 "type": "integer",
108 "default": 150
109 },
110 "thumbHover": {
111 "type": "string",
112 "default": "none"
113 },
114 "thumbSymbols": {
115 "type": "boolean",
116 "default": false
117 },
118 "hidePostTitles": {
119 "type": "boolean",
120 "default": false
121 },
122 "excerptRadio": {
123 "type": "string",
124 "default": "excerpt"
125 },
126 "excerptLines": {
127 "type": "integer",
128 "default": 4
129 },
130 "excerptLength": {
131 "type": "integer",
132 "default": 0
133 },
134 "excerptMoreText": {
135 "type": "string",
136 "default": ""
137 },
138 "excerptFilters": {
139 "type": "boolean",
140 "default": false
141 },
142 "commentNum": {
143 "type": "boolean",
144 "default": false
145 },
146 "disableCss": {
147 "type": "boolean",
148 "default": false
149 },
150 "disableFontStyles": {
151 "type": "boolean",
152 "default": false
153 },
154 "disableThemeStyles": {
155 "type": "boolean",
156 "default": false
157 },
158 "showPostFormat": {
159 "type": "string",
160 "default": "none"
161 },
162 "noCatChilds": {
163 "type": "boolean",
164 "default": false
165 },
166 "everythingIsLink": {
167 "type": "boolean",
168 "default": false
169 },
170 "presetDateFormat": {
171 "type": "string",
172 "default": "sitedate"
173 },
174 "dateFormat": {
175 "type": "string",
176 "default": ""
177 },
178 "datePastTime": {
179 "type": "string",
180 "default": "0"
181 },
182 "template": {
183 "type": "string",
184 "default": "%title%\n\n%thumb%\n%excerpt%"
185 },
186 "textDoNotWrapThumb": {
187 "type": "boolean",
188 "default": false
189 },
190 "enableLoadmore": {
191 "type": "boolean",
192 "default": false
193 },
194 "loadmoreScrollTo": {
195 "type": "boolean",
196 "default": false
197 },
198 "loadmoreText": {
199 "type": "string",
200 "default": "Load More (%step%/%all%)"
201 },
202 "loadingText": {
203 "type": "string",
204 "default": "Loading..."
205 },
206 "dateRange": {
207 "type": "string",
208 "default": "off"
209 },
210 "startDate": {
211 "type": "string",
212 "default": ""
213 },
214 "endDate": {
215 "type": "string",
216 "default": ""
217 },
218 "daysAgo": {
219 "type": "integer",
220 "default": 30
221 },
222 "noMatchHandling": {
223 "type": "string",
224 "default": "nothing"
225 },
226 "noMatchText": {
227 "type": "string",
228 "default": ""
229 },
230 "defaultThunmbnail": {
231 "type": "integer",
232 "default": 0
233 },
234 "ver": {
235 "type": "string",
236 "default": "4.9.13"
237 },
238 "instanceId": {
239 "type": "number"
240 }
241 },
242 "supports": {
243 "align": true,
244 "html": false
245 },
246 "editorScript": "file:./build/index.js",
247 "editorStyle": [
248 "file:./build/style-index.css",
249 "file:./build/index.css"
250 ],
251 "style": "file:./build/style-index.css"
252 }
253