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

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