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-tile-masonry / 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-tile-masonry/block.json

657 lines 13.1 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-posts-block-tile-masonry",
5 "title": "Latest Posts Tile Masonry",
6 "category": "blockspare-post",
7 "description": "Display your latest posts in a dynamic tile layout with a staggered masonry flow.",
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": true
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": "#EFEFEF"
83 },
84 "postTitleFontSize": {
85 "type": "number",
86 "default": 16
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": 16
106 },
107 "titleFontSizeTablet": {
108 "type": "number",
109 "default": 16
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-1"
134 },
135 "enableTwoColumn": {
136 "type": "boolean",
137 "default": false
138 },
139 "grid": {
140 "type": "string",
141 "default": "blockspare-posts-block-grid-layout-1"
142 },
143 "tile": {
144 "type": "string",
145 "default": "blockspare-posts-block-tile-layout-1"
146 },
147 "express": {
148 "type": "string",
149 "default": "blockspare-posts-block-express-layout-1"
150 },
151 "full": {
152 "type": "string",
153 "default": "blockspare-posts-block-full-layout-1"
154 },
155 "align": {
156 "type": "string",
157 "default": "center"
158 },
159 "readMoreText": {
160 "type": "string",
161 "default": "Read More.."
162 },
163 "offset": {
164 "type": "number",
165 "default": 0
166 },
167 "excerptLength": {
168 "type": "number",
169 "default": 20
170 },
171 "displayPostsBy": {
172 "type": "string",
173 "default": "blockspare-posts-block-post-by-category"
174 },
175 "sectionTag": {
176 "type": "string",
177 "default": "section"
178 },
179 "sectionTitle": {
180 "type": "string"
181 },
182 "imageSize": {
183 "type": "string",
184 "default": "large"
185 },
186 "url": {
187 "type": "string",
188 "source": "attribute",
189 "selector": "img",
190 "attribute": "src"
191 },
192 "id": {
193 "type": "number"
194 },
195 "marginTop": {
196 "type": "number",
197 "default": 30
198 },
199 "marginBottom": {
200 "type": "number",
201 "default": 30
202 },
203 "marginLeft": {
204 "type": "number",
205 "default": 0
206 },
207 "marginRight": {
208 "type": "number",
209 "default": 0
210 },
211 "paddingTop": {
212 "type": "number",
213 "default": 0
214 },
215 "paddingLeft": {
216 "type": "number",
217 "default": 0
218 },
219 "paddingBottom": {
220 "type": "number",
221 "default": 0
222 },
223 "paddingRight": {
224 "type": "number",
225 "default": 0
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 "columns": {
295 "type": "string",
296 "default": "lrg"
297 },
298 "gutterSpace": {
299 "type": "number",
300 "default": 20
301 },
302 "contentPaddingTop": {
303 "type": "number",
304 "default": 15
305 },
306 "contentPaddingLeft": {
307 "type": "number",
308 "default": 15
309 },
310 "contentPaddingBottom": {
311 "type": "number",
312 "default": 15
313 },
314 "contentPaddingRight": {
315 "type": "number",
316 "default": 15
317 },
318 "categoryMarginTop": {
319 "type": "number",
320 "default": 5
321 },
322 "categoryMarginBottom": {
323 "type": "number",
324 "default": 5
325 },
326 "categoryMarginLeft": {
327 "type": "number",
328 "default": 0
329 },
330 "categoryMarginRight": {
331 "type": "number",
332 "default": 0
333 },
334 "titleMarginTop": {
335 "type": "number",
336 "default": 5
337 },
338 "titleMarginBottom": {
339 "type": "number",
340 "default": 5
341 },
342 "titleMarginLeft": {
343 "type": "number",
344 "default": 0
345 },
346 "titleMarginRight": {
347 "type": "number",
348 "default": 0
349 },
350 "metaMarginTop": {
351 "type": "number",
352 "default": 5
353 },
354 "metaMarginBottom": {
355 "type": "number",
356 "default": 5
357 },
358 "metaMarginLeft": {
359 "type": "number",
360 "default": 0
361 },
362 "metaMarginRight": {
363 "type": "number",
364 "default": 0
365 },
366 "exceprtMarginTop": {
367 "type": "number",
368 "default": 5
369 },
370 "exceprtMarginBottom": {
371 "type": "number",
372 "default": 5
373 },
374 "exceprtMarginLeft": {
375 "type": "number",
376 "default": 0
377 },
378 "exceprtMarginRight": {
379 "type": "number",
380 "default": 0
381 },
382 "moreLinkMarginTop": {
383 "type": "number",
384 "default": 5
385 },
386 "moreLinkMarginBottom": {
387 "type": "number",
388 "default": 5
389 },
390 "moreLinkMarginLeft": {
391 "type": "number",
392 "default": 0
393 },
394 "moreLinkMarginRight": {
395 "type": "number",
396 "default": 0
397 },
398 "categoryLayoutOption": {
399 "type": "string",
400 "default": "solid"
401 },
402 "categoryTextColor": {
403 "type": "string",
404 "default": "#fff"
405 },
406 "categoryBorderColor": {
407 "type": "string",
408 "default": "#ccc"
409 },
410 "categoryBackgroundColor": {
411 "type": "string",
412 "default": "#222222"
413 },
414 "secondCategoryTextColor": {
415 "type": "string",
416 "default": "#fff"
417 },
418 "secondCategoryBorderColor": {
419 "type": "string",
420 "default": "#d60000"
421 },
422 "secondCategoryBackgroundColor": {
423 "type": "string",
424 "default": "#d60000"
425 },
426 "thirdCategoryTextColor": {
427 "type": "string",
428 "default": "#fff"
429 },
430 "thirdCategoryBorderColor": {
431 "type": "string",
432 "default": "#f99500"
433 },
434 "thirdCategoryBackgroundColor": {
435 "type": "string",
436 "default": "#f99500"
437 },
438 "categoryBorderWidth": {
439 "type": "number",
440 "default": 1
441 },
442 "categoryBorderRadius": {
443 "type": "number",
444 "default": 0
445 },
446 "tilePostTitleColor": {
447 "type": "string",
448 "default": "#EFEFEF"
449 },
450 "tilePostLinkColor": {
451 "type": "string",
452 "default": "#fff"
453 },
454 "tilePostGeneralColor": {
455 "type": "string",
456 "default": "#fff"
457 },
458 "authorIcon": {
459 "type": "string",
460 "default": "far fa-user-circle"
461 },
462 "dateIcon": {
463 "type": "string",
464 "default": "far fa-clock"
465 },
466 "enableComment": {
467 "type": "boolean",
468 "default": true
469 },
470 "commentIcon": {
471 "type": "string",
472 "default": "far fa-comment"
473 },
474 "expressLayout5TextOverGeneral": {
475 "type": "string",
476 "default": "#fff"
477 },
478 "expressLayout5TextOverLink": {
479 "type": "string",
480 "default": "#fff"
481 },
482 "spostTitleFontSize": {
483 "type": "number",
484 "default": 26
485 },
486 "spostTitleFontFamily": {
487 "type": "string",
488 "default": "Default"
489 },
490 "spostTitleFontWeight": {
491 "type": "string",
492 "default": ""
493 },
494 "spostTitleFontSubset": {
495 "type": "string"
496 },
497 "spostTitleFontSizeType": {
498 "type": "string",
499 "default": "px"
500 },
501 "spostTitleFontSizeMobile": {
502 "type": "number",
503 "default": 14
504 },
505 "spostTitleFontSizeTablet": {
506 "type": "number",
507 "default": 16
508 },
509 "spostTitleLoadGoogleFonts": {
510 "type": "boolean",
511 "default": false
512 },
513 "displaySpotLightExceprt": {
514 "type": "boolean",
515 "default": false
516 },
517 "titleOnHover": {
518 "type": "string",
519 "default": "lpc-title-hover"
520 },
521 "titleOnHoverColor": {
522 "type": "string",
523 "default": "#FFFFFF"
524 },
525 "enableEqualHeight": {
526 "type": "boolean",
527 "default": false
528 },
529 "animation": {
530 "type": "string",
531 "default": ""
532 },
533 "blockHoverEffect": {
534 "type": "string",
535 "default": ""
536 },
537 "enablePagination": {
538 "type": "boolean",
539 "default": false
540 },
541 "loadMoreText": {
542 "type": "string",
543 "default": "Load More"
544 },
545 "loadMoreStyle": {
546 "type": "string",
547 "default": ""
548 },
549 "loadMoreTextColor": {
550 "type": "string",
551 "default": "#505050"
552 },
553 "loadMoreSolidTextColor": {
554 "type": "string",
555 "default": "#fff"
556 },
557 "loadMoreTextBgColor": {
558 "type": "string",
559 "default": "#505050"
560 },
561 "loadMoreTextHoverColor": {
562 "type": "string",
563 "default": "#222222"
564 },
565 "loadMoreSolidTextHoverColor": {
566 "type": "string",
567 "default": "#fff"
568 },
569 "loadMoreTextBgHoverColor": {
570 "type": "string",
571 "default": "#222222"
572 },
573 "loadMoreColor": {
574 "type": "string",
575 "default": "#222222"
576 },
577 "loadMoreAlignment": {
578 "type": "string",
579 "default": "left"
580 },
581 "postTitleLineHeight": {
582 "type": "number",
583 "default": 1.5
584 },
585 "postCategoryFontSize": {
586 "type": "number",
587 "default": 12
588 },
589 "postCategoryFontFamily": {
590 "type": "string",
591 "default": "Default"
592 },
593 "postCategoryFontWeight": {
594 "type": "string",
595 "default": "400"
596 },
597 "postCategoryFontSubset": {
598 "type": "string"
599 },
600 "postCategoryFontSizeType": {
601 "type": "string",
602 "default": "px"
603 },
604 "postCategoryFontSizeMobile": {
605 "type": "number",
606 "default": 10
607 },
608 "postCategoryFontSizeTablet": {
609 "type": "number",
610 "default": 10
611 },
612 "postCategoryLoadGoogleFonts": {
613 "type": "boolean",
614 "default": false
615 },
616 "postMetaFontSize": {
617 "type": "number",
618 "default": 11
619 },
620 "postMetaFontFamily": {
621 "type": "string",
622 "default": "Default"
623 },
624 "postMetaFontWeight": {
625 "type": "string",
626 "default": ""
627 },
628 "postMetaFontSubset": {
629 "type": "string"
630 },
631 "postMetaFontSizeType": {
632 "type": "string",
633 "default": "px"
634 },
635 "postMetaFontSizeMobile": {
636 "type": "number",
637 "default": 11
638 },
639 "postMetaFontSizeTablet": {
640 "type": "number",
641 "default": 11
642 },
643 "postMetaLoadGoogleFonts": {
644 "type": "boolean",
645 "default": false
646 },
647 "imageHoverEffect": {
648 "type": "string",
649 "default": ""
650 },
651 "colorType": {
652 "type": "string",
653 "default": "bs-single-color"
654 }
655 },
656 "editorScript": "file:./index.js"
657 }