PluginProbe
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs / 5.0.1
BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs v5.0.1
5.0.1 4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 All 39 releases
blockspare / build / block / latest-posts-list / block.json

block.json in BlockSpare – Gutenberg Blocks, AI Content Generator & Site Builder for News, Magazine & Blogs 5.0.1, at build/block/latest-posts-list/block.json

589 lines 11.7 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": "blockspare/blockspare-latest-posts-list",
5 "title": "Latest Posts List",
6 "category": "blockspare-post",
7 "description": "Display your latest blog posts in a clean, vertical list layout.",
8 "attributes": {
9 "categories": {
10 "type": "array",
11 "default": []
12 },
13 "showPresets": {
14 "type": "boolean",
15 "default": false
16 },
17 "postType": {
18 "type": "string",
19 "default": "post"
20 },
21 "tags": {
22 "type": "array",
23 "default": []
24 },
25 "order": {
26 "type": "string",
27 "default": "desc"
28 },
29 "orderBy": {
30 "type": "string",
31 "default": "date"
32 },
33 "postTax": {
34 "type": "boolean",
35 "default": true
36 },
37 "taxType": {
38 "type": "string",
39 "default": "category"
40 },
41 "uniqueClass": {
42 "type": "string",
43 "default": ""
44 },
45 "className": {
46 "type": "string"
47 },
48 "postsToShow": {
49 "type": "number",
50 "default": 6
51 },
52 "displayPostDate": {
53 "type": "boolean",
54 "default": true
55 },
56 "displayPostExcerpt": {
57 "type": "boolean",
58 "default": false
59 },
60 "displayPostAuthor": {
61 "type": "boolean",
62 "default": false
63 },
64 "displayPostImage": {
65 "type": "boolean",
66 "default": true
67 },
68 "displayPostLink": {
69 "type": "boolean",
70 "default": true
71 },
72 "displayPostTitle": {
73 "type": "boolean",
74 "default": true
75 },
76 "PostTitleLength": {
77 "type": "number",
78 "default": 10
79 },
80 "postTitleColor": {
81 "type": "string",
82 "default": "#000"
83 },
84 "postTitleFontSize": {
85 "type": "number",
86 "default": 15
87 },
88 "titleFontFamily": {
89 "type": "string",
90 "default": "Default"
91 },
92 "titleFontWeight": {
93 "type": "string",
94 "default": ""
95 },
96 "titleFontSubset": {
97 "type": "string"
98 },
99 "titleFontSizeType": {
100 "type": "string",
101 "default": "px"
102 },
103 "titleFontSizeMobile": {
104 "type": "number",
105 "default": 15
106 },
107 "titleFontSizeTablet": {
108 "type": "number",
109 "default": 15
110 },
111 "titleLoadGoogleFonts": {
112 "type": "boolean",
113 "default": false
114 },
115 "linkColor": {
116 "type": "string",
117 "default": "#000000"
118 },
119 "borderColor": {
120 "type": "string",
121 "default": "#f4f4f4"
122 },
123 "generalColor": {
124 "type": "string",
125 "default": "#505050"
126 },
127 "displayPostCategory": {
128 "type": "boolean",
129 "default": true
130 },
131 "design": {
132 "type": "string",
133 "default": "blockspare-posts-block-list-layout-4"
134 },
135 "enableTwoColumn": {
136 "type": "boolean",
137 "default": false
138 },
139 "columns": {
140 "type": "string",
141 "default": "list-col-2"
142 },
143 "align": {
144 "type": "string",
145 "default": "wide"
146 },
147 "readMoreText": {
148 "type": "string",
149 "default": "Read More.."
150 },
151 "offset": {
152 "type": "number",
153 "default": 0
154 },
155 "excerptLength": {
156 "type": "number",
157 "default": 20
158 },
159 "displayPostsBy": {
160 "type": "string",
161 "default": "blockspare-posts-block-post-by-category"
162 },
163 "sectionTag": {
164 "type": "string",
165 "default": "section"
166 },
167 "sectionTitle": {
168 "type": "string"
169 },
170 "imageSize": {
171 "type": "string",
172 "default": "thumbnail"
173 },
174 "url": {
175 "type": "string",
176 "source": "attribute",
177 "selector": "img",
178 "attribute": "src"
179 },
180 "id": {
181 "type": "number"
182 },
183 "marginTop": {
184 "type": "number",
185 "default": 30
186 },
187 "marginBottom": {
188 "type": "number",
189 "default": 30
190 },
191 "marginLeft": {
192 "type": "number",
193 "default": 0
194 },
195 "marginRight": {
196 "type": "number",
197 "default": 0
198 },
199 "backGroundColor": {
200 "type": "string",
201 "default": "#f9f9f9"
202 },
203 "borderRadius": {
204 "type": "number",
205 "default": 0
206 },
207 "enableBackgroundColor": {
208 "type": "boolean",
209 "default": true
210 },
211 "contentOrder": {
212 "type": "string",
213 "default": "content-order-5"
214 },
215 "enableBoxShadow": {
216 "type": "boolean",
217 "default": false
218 },
219 "xOffset": {
220 "type": "number",
221 "default": 0
222 },
223 "yOffset": {
224 "type": "number",
225 "default": 3
226 },
227 "blur": {
228 "type": "number",
229 "default": 10
230 },
231 "spread": {
232 "type": "number",
233 "default": -9
234 },
235 "shadowColor": {
236 "type": "string",
237 "default": "#000"
238 },
239 "descriptionFontSize": {
240 "type": "number",
241 "default": 14
242 },
243 "descriptionFontFamily": {
244 "type": "string",
245 "default": "Default"
246 },
247 "descriptionFontWeight": {
248 "type": "string",
249 "default": ""
250 },
251 "descriptionFontSubset": {
252 "type": "string"
253 },
254 "descriptionFontSizeType": {
255 "type": "string",
256 "default": "px"
257 },
258 "descriptionFontSizeMobile": {
259 "type": "number",
260 "default": 14
261 },
262 "descriptionFontSizeTablet": {
263 "type": "number",
264 "default": 14
265 },
266 "descriptionLoadGoogleFonts": {
267 "type": "boolean",
268 "default": false
269 },
270 "postListingOption": {
271 "type": "string",
272 "default": "blockspare-posts-block-latestpost-list"
273 },
274 "contentPaddingTop": {
275 "type": "number",
276 "default": 15
277 },
278 "contentPaddingLeft": {
279 "type": "number",
280 "default": 15
281 },
282 "contentPaddingBottom": {
283 "type": "number",
284 "default": 15
285 },
286 "contentPaddingRight": {
287 "type": "number",
288 "default": 15
289 },
290 "categoryMarginTop": {
291 "type": "number",
292 "default": 5
293 },
294 "categoryMarginBottom": {
295 "type": "number",
296 "default": 5
297 },
298 "categoryMarginLeft": {
299 "type": "number",
300 "default": 0
301 },
302 "categoryMarginRight": {
303 "type": "number",
304 "default": 0
305 },
306 "titleMarginTop": {
307 "type": "number",
308 "default": 5
309 },
310 "titleMarginBottom": {
311 "type": "number",
312 "default": 5
313 },
314 "titleMarginLeft": {
315 "type": "number",
316 "default": 0
317 },
318 "titleMarginRight": {
319 "type": "number",
320 "default": 0
321 },
322 "metaMarginTop": {
323 "type": "number",
324 "default": 5
325 },
326 "metaMarginBottom": {
327 "type": "number",
328 "default": 5
329 },
330 "metaMarginLeft": {
331 "type": "number",
332 "default": 0
333 },
334 "metaMarginRight": {
335 "type": "number",
336 "default": 0
337 },
338 "exceprtMarginTop": {
339 "type": "number",
340 "default": 5
341 },
342 "exceprtMarginBottom": {
343 "type": "number",
344 "default": 5
345 },
346 "exceprtMarginLeft": {
347 "type": "number",
348 "default": 0
349 },
350 "exceprtMarginRight": {
351 "type": "number",
352 "default": 0
353 },
354 "moreLinkMarginTop": {
355 "type": "number",
356 "default": 5
357 },
358 "moreLinkMarginBottom": {
359 "type": "number",
360 "default": 5
361 },
362 "moreLinkMarginLeft": {
363 "type": "number",
364 "default": 0
365 },
366 "moreLinkMarginRight": {
367 "type": "number",
368 "default": 0
369 },
370 "categoryLayoutOption": {
371 "type": "string",
372 "default": "none"
373 },
374 "categoryTextColor": {
375 "type": "string",
376 "default": "#ce242c"
377 },
378 "categoryBorderColor": {
379 "type": "string",
380 "default": "#ccc"
381 },
382 "categoryBackgroundColor": {
383 "type": "string",
384 "default": "#222"
385 },
386 "secondCategoryTextColor": {
387 "type": "string",
388 "default": "#fff"
389 },
390 "secondCategoryBorderColor": {
391 "type": "string",
392 "default": "#d60000"
393 },
394 "secondCategoryBackgroundColor": {
395 "type": "string",
396 "default": "#d60000"
397 },
398 "thirdCategoryTextColor": {
399 "type": "string",
400 "default": "#fff"
401 },
402 "thirdCategoryBorderColor": {
403 "type": "string",
404 "default": "#f99500"
405 },
406 "thirdCategoryBackgroundColor": {
407 "type": "string",
408 "default": "#f99500"
409 },
410 "categoryBorderWidth": {
411 "type": "number",
412 "default": 1
413 },
414 "categoryBorderRadius": {
415 "type": "number",
416 "default": 0
417 },
418 "authorIcon": {
419 "type": "string",
420 "default": "far fa-user-circle"
421 },
422 "dateIcon": {
423 "type": "string",
424 "default": "far fa-clock"
425 },
426 "enableComment": {
427 "type": "boolean",
428 "default": false
429 },
430 "commentIcon": {
431 "type": "string",
432 "default": "far fa-comment"
433 },
434 "titleOnHover": {
435 "type": "string",
436 "default": "lpc-title-hover"
437 },
438 "titleOnHoverColor": {
439 "type": "string",
440 "default": "#ce242c"
441 },
442 "enableEqualHeight": {
443 "type": "boolean",
444 "default": true
445 },
446 "animation": {
447 "type": "string",
448 "default": ""
449 },
450 "blockHoverEffect": {
451 "type": "string",
452 "default": ""
453 },
454 "enablePagination": {
455 "type": "boolean",
456 "default": false
457 },
458 "loadMoreText": {
459 "type": "string",
460 "default": "Load More"
461 },
462 "loadMoreStyle": {
463 "type": "string",
464 "default": ""
465 },
466 "loadMoreTextColor": {
467 "type": "string",
468 "default": "#505050"
469 },
470 "loadMoreSolidTextColor": {
471 "type": "string",
472 "default": "#fff"
473 },
474 "loadMoreTextBgColor": {
475 "type": "string",
476 "default": "#505050"
477 },
478 "loadMoreTextHoverColor": {
479 "type": "string",
480 "default": "#222222"
481 },
482 "loadMoreSolidTextHoverColor": {
483 "type": "string",
484 "default": "#fff"
485 },
486 "loadMoreTextBgHoverColor": {
487 "type": "string",
488 "default": "#222222"
489 },
490 "loadMoreColor": {
491 "type": "string",
492 "default": "#222222"
493 },
494 "loadMoreAlignment": {
495 "type": "string",
496 "default": "left"
497 },
498 "ImageUnit": {
499 "type": "string",
500 "default": "100"
501 },
502 "enableFeatureImage": {
503 "type": "boolean",
504 "default": true
505 },
506 "gutterSpace": {
507 "type": "number",
508 "default": 20
509 },
510 "postTitleLineHeight": {
511 "type": "number",
512 "default": 1.5
513 },
514 "postCategoryFontSize": {
515 "type": "number",
516 "default": 11
517 },
518 "postCategoryFontFamily": {
519 "type": "string",
520 "default": "Default"
521 },
522 "postCategoryFontWeight": {
523 "type": "string",
524 "default": "700"
525 },
526 "postCategoryFontSubset": {
527 "type": "string"
528 },
529 "postCategoryFontSizeType": {
530 "type": "string",
531 "default": "px"
532 },
533 "postCategoryFontSizeMobile": {
534 "type": "number",
535 "default": 10
536 },
537 "postCategoryFontSizeTablet": {
538 "type": "number",
539 "default": 10
540 },
541 "postCategoryLoadGoogleFonts": {
542 "type": "boolean",
543 "default": false
544 },
545 "postMetaFontSize": {
546 "type": "number",
547 "default": 11
548 },
549 "postMetaFontFamily": {
550 "type": "string",
551 "default": "Default"
552 },
553 "postMetaFontWeight": {
554 "type": "string",
555 "default": ""
556 },
557 "postMetaFontSubset": {
558 "type": "string"
559 },
560 "postMetaFontSizeType": {
561 "type": "string",
562 "default": "px"
563 },
564 "postMetaFontSizeMobile": {
565 "type": "number",
566 "default": 11
567 },
568 "postMetaFontSizeTablet": {
569 "type": "number",
570 "default": 11
571 },
572 "postMetaLoadGoogleFonts": {
573 "type": "boolean",
574 "default": false
575 },
576 "imageHoverEffect": {
577 "type": "string",
578 "default": ""
579 },
580 "colorType": {
581 "type": "string",
582 "default": "bs-single-color"
583 }
584 },
585 "editorScript": "file:./index.js",
586 "editorStyle": "file:./index.css",
587 "style": "file:./style-index.css",
588 "render": "file:./render.php"
589 }