PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / trunk
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites vtrunk
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 2.6.1 All 38 releases
blockspare / build / block / latest-posts-tile / block.json

block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites trunk, at build/block/latest-posts-tile/block.json

641 lines 12.8 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",
5 "title": "Latest Posts Tile",
6 "category": "blockspare-post",
7 "description": "Display your latest posts in an attractive, magazine-style tile 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": 4
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 "borderRadius": {
212 "type": "number",
213 "default": 0
214 },
215 "enableBackgroundColor": {
216 "type": "boolean",
217 "default": true
218 },
219 "contentOrder": {
220 "type": "string",
221 "default": "content-order-1"
222 },
223 "enableBoxShadow": {
224 "type": "boolean",
225 "default": false
226 },
227 "xOffset": {
228 "type": "number",
229 "default": 0
230 },
231 "yOffset": {
232 "type": "number",
233 "default": 3
234 },
235 "blur": {
236 "type": "number",
237 "default": 10
238 },
239 "spread": {
240 "type": "number",
241 "default": -9
242 },
243 "shadowColor": {
244 "type": "string",
245 "default": "#000"
246 },
247 "descriptionFontSize": {
248 "type": "number",
249 "default": 14
250 },
251 "descriptionFontFamily": {
252 "type": "string",
253 "default": "Default"
254 },
255 "descriptionFontWeight": {
256 "type": "string",
257 "default": ""
258 },
259 "descriptionFontSubset": {
260 "type": "string"
261 },
262 "descriptionFontSizeType": {
263 "type": "string",
264 "default": "px"
265 },
266 "descriptionFontSizeMobile": {
267 "type": "number",
268 "default": 14
269 },
270 "descriptionFontSizeTablet": {
271 "type": "number",
272 "default": 14
273 },
274 "descriptionLoadGoogleFonts": {
275 "type": "boolean",
276 "default": false
277 },
278 "tileGaps": {
279 "type": "number",
280 "default": 4
281 },
282 "contentPaddingTop": {
283 "type": "number",
284 "default": 15
285 },
286 "contentPaddingLeft": {
287 "type": "number",
288 "default": 15
289 },
290 "contentPaddingBottom": {
291 "type": "number",
292 "default": 15
293 },
294 "contentPaddingRight": {
295 "type": "number",
296 "default": 15
297 },
298 "categoryMarginTop": {
299 "type": "number",
300 "default": 5
301 },
302 "categoryMarginBottom": {
303 "type": "number",
304 "default": 5
305 },
306 "categoryMarginLeft": {
307 "type": "number",
308 "default": 0
309 },
310 "categoryMarginRight": {
311 "type": "number",
312 "default": 0
313 },
314 "titleMarginTop": {
315 "type": "number",
316 "default": 5
317 },
318 "titleMarginBottom": {
319 "type": "number",
320 "default": 5
321 },
322 "titleMarginLeft": {
323 "type": "number",
324 "default": 0
325 },
326 "titleMarginRight": {
327 "type": "number",
328 "default": 0
329 },
330 "metaMarginTop": {
331 "type": "number",
332 "default": 5
333 },
334 "metaMarginBottom": {
335 "type": "number",
336 "default": 5
337 },
338 "metaMarginLeft": {
339 "type": "number",
340 "default": 0
341 },
342 "metaMarginRight": {
343 "type": "number",
344 "default": 0
345 },
346 "exceprtMarginTop": {
347 "type": "number",
348 "default": 5
349 },
350 "exceprtMarginBottom": {
351 "type": "number",
352 "default": 5
353 },
354 "exceprtMarginLeft": {
355 "type": "number",
356 "default": 0
357 },
358 "exceprtMarginRight": {
359 "type": "number",
360 "default": 0
361 },
362 "moreLinkMarginTop": {
363 "type": "number",
364 "default": 5
365 },
366 "moreLinkMarginBottom": {
367 "type": "number",
368 "default": 5
369 },
370 "moreLinkMarginLeft": {
371 "type": "number",
372 "default": 0
373 },
374 "moreLinkMarginRight": {
375 "type": "number",
376 "default": 0
377 },
378 "categoryLayoutOption": {
379 "type": "string",
380 "default": "solid"
381 },
382 "categoryTextColor": {
383 "type": "string",
384 "default": "#fff"
385 },
386 "categoryBorderColor": {
387 "type": "string",
388 "default": "#ccc"
389 },
390 "categoryBackgroundColor": {
391 "type": "string",
392 "default": "#222222"
393 },
394 "secondCategoryTextColor": {
395 "type": "string",
396 "default": "#fff"
397 },
398 "secondCategoryBorderColor": {
399 "type": "string",
400 "default": "#d60000"
401 },
402 "secondCategoryBackgroundColor": {
403 "type": "string",
404 "default": "#d60000"
405 },
406 "thirdCategoryTextColor": {
407 "type": "string",
408 "default": "#fff"
409 },
410 "thirdCategoryBorderColor": {
411 "type": "string",
412 "default": "#f99500"
413 },
414 "thirdCategoryBackgroundColor": {
415 "type": "string",
416 "default": "#f99500"
417 },
418 "categoryBorderWidth": {
419 "type": "number",
420 "default": 1
421 },
422 "categoryBorderRadius": {
423 "type": "number",
424 "default": 0
425 },
426 "tilePostTitleColor": {
427 "type": "string",
428 "default": "#EFEFEF"
429 },
430 "tilePostLinkColor": {
431 "type": "string",
432 "default": "#fff"
433 },
434 "tilePostGeneralColor": {
435 "type": "string",
436 "default": "#fff"
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": true
449 },
450 "commentIcon": {
451 "type": "string",
452 "default": "far fa-comment"
453 },
454 "expressLayout5TextOverGeneral": {
455 "type": "string",
456 "default": "#fff"
457 },
458 "expressLayout5TextOverLink": {
459 "type": "string",
460 "default": "#fff"
461 },
462 "spostTitleFontSize": {
463 "type": "number",
464 "default": 26
465 },
466 "spostTitleFontFamily": {
467 "type": "string",
468 "default": "Default"
469 },
470 "spostTitleFontWeight": {
471 "type": "string",
472 "default": ""
473 },
474 "spostTitleFontSubset": {
475 "type": "string"
476 },
477 "spostTitleFontSizeType": {
478 "type": "string",
479 "default": "px"
480 },
481 "spostTitleFontSizeMobile": {
482 "type": "number",
483 "default": 14
484 },
485 "spostTitleFontSizeTablet": {
486 "type": "number",
487 "default": 16
488 },
489 "spostTitleLoadGoogleFonts": {
490 "type": "boolean",
491 "default": false
492 },
493 "displaySpotLightExceprt": {
494 "type": "boolean",
495 "default": false
496 },
497 "titleOnHover": {
498 "type": "string",
499 "default": "lpc-title-hover"
500 },
501 "titleOnHoverColor": {
502 "type": "string",
503 "default": "#FFFFFF"
504 },
505 "enableEqualHeight": {
506 "type": "boolean",
507 "default": true
508 },
509 "animation": {
510 "type": "string",
511 "default": ""
512 },
513 "blockHoverEffect": {
514 "type": "string",
515 "default": ""
516 },
517 "enablePagination": {
518 "type": "boolean",
519 "default": false
520 },
521 "loadMoreText": {
522 "type": "string",
523 "default": "Load More"
524 },
525 "loadMoreStyle": {
526 "type": "string",
527 "default": ""
528 },
529 "loadMoreTextColor": {
530 "type": "string",
531 "default": "#505050"
532 },
533 "loadMoreSolidTextColor": {
534 "type": "string",
535 "default": "#fff"
536 },
537 "loadMoreTextBgColor": {
538 "type": "string",
539 "default": "#505050"
540 },
541 "loadMoreTextHoverColor": {
542 "type": "string",
543 "default": "#222222"
544 },
545 "loadMoreSolidTextHoverColor": {
546 "type": "string",
547 "default": "#fff"
548 },
549 "loadMoreTextBgHoverColor": {
550 "type": "string",
551 "default": "#222222"
552 },
553 "loadMoreColor": {
554 "type": "string",
555 "default": "#222222"
556 },
557 "loadMoreAlignment": {
558 "type": "string",
559 "default": "left"
560 },
561 "enableFeatureImage": {
562 "type": "boolean",
563 "default": true
564 },
565 "postTitleLineHeight": {
566 "type": "number",
567 "default": 1.5
568 },
569 "postCategoryFontSize": {
570 "type": "number",
571 "default": 12
572 },
573 "postCategoryFontFamily": {
574 "type": "string",
575 "default": "Default"
576 },
577 "postCategoryFontWeight": {
578 "type": "string",
579 "default": "400"
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 }