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-express-grid / 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-express-grid/block.json

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