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

606 lines 12.0 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-masonry",
5 "title": "Latest Posts Masonry",
6 "category": "blockspare-post",
7 "description": "Display your latest posts in a dynamic, staggered masonry 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": 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": "#000"
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 "columns": {
156 "type": "string",
157 "default": "lrg"
158 },
159 "gutterSpace": {
160 "type": "number",
161 "default": 20
162 },
163 "align": {
164 "type": "string",
165 "default": "center"
166 },
167 "readMoreText": {
168 "type": "string",
169 "default": "Read More.."
170 },
171 "offset": {
172 "type": "number",
173 "default": 0
174 },
175 "excerptLength": {
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": "large"
193 },
194 "url": {
195 "type": "string",
196 "source": "attribute",
197 "selector": "img",
198 "attribute": "src"
199 },
200 "id": {
201 "type": "number"
202 },
203 "marginTop": {
204 "type": "number",
205 "default": 30
206 },
207 "marginBottom": {
208 "type": "number",
209 "default": 30
210 },
211 "marginLeft": {
212 "type": "number",
213 "default": 0
214 },
215 "marginRight": {
216 "type": "number",
217 "default": 0
218 },
219 "paddingTop": {
220 "type": "number",
221 "default": 0
222 },
223 "paddingLeft": {
224 "type": "number",
225 "default": 0
226 },
227 "paddingBottom": {
228 "type": "number",
229 "default": 0
230 },
231 "paddingRight": {
232 "type": "number",
233 "default": 0
234 },
235 "backGroundColor": {
236 "type": "string",
237 "default": "#f9f9f9"
238 },
239 "borderRadius": {
240 "type": "number",
241 "default": 0
242 },
243 "contentOrder": {
244 "type": "string",
245 "default": "content-order-1"
246 },
247 "enableBoxShadow": {
248 "type": "boolean",
249 "default": false
250 },
251 "xOffset": {
252 "type": "number",
253 "default": 0
254 },
255 "yOffset": {
256 "type": "number",
257 "default": 3
258 },
259 "blur": {
260 "type": "number",
261 "default": 10
262 },
263 "spread": {
264 "type": "number",
265 "default": -9
266 },
267 "shadowColor": {
268 "type": "string",
269 "default": "#000"
270 },
271 "descriptionFontSize": {
272 "type": "number",
273 "default": 14
274 },
275 "descriptionFontFamily": {
276 "type": "string",
277 "default": "Default"
278 },
279 "descriptionFontWeight": {
280 "type": "string",
281 "default": ""
282 },
283 "descriptionFontSubset": {
284 "type": "string"
285 },
286 "descriptionFontSizeType": {
287 "type": "string",
288 "default": "px"
289 },
290 "descriptionFontSizeMobile": {
291 "type": "number",
292 "default": 14
293 },
294 "descriptionFontSizeTablet": {
295 "type": "number",
296 "default": 14
297 },
298 "descriptionLoadGoogleFonts": {
299 "type": "boolean",
300 "default": false
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 "authorIcon": {
447 "type": "string",
448 "default": "far fa-user-circle"
449 },
450 "dateIcon": {
451 "type": "string",
452 "default": "far fa-clock"
453 },
454 "enableComment": {
455 "type": "boolean",
456 "default": true
457 },
458 "commentIcon": {
459 "type": "string",
460 "default": "far fa-comment"
461 },
462 "titleOnHover": {
463 "type": "string",
464 "default": "lpc-title-hover"
465 },
466 "titleOnHoverColor": {
467 "type": "string",
468 "default": "#222222"
469 },
470 "enableEqualHeight": {
471 "type": "boolean",
472 "default": false
473 },
474 "animation": {
475 "type": "string",
476 "default": ""
477 },
478 "blockHoverEffect": {
479 "type": "string",
480 "default": ""
481 },
482 "enablePagination": {
483 "type": "boolean",
484 "default": false
485 },
486 "loadMoreText": {
487 "type": "string",
488 "default": "Load More"
489 },
490 "loadMoreStyle": {
491 "type": "string",
492 "default": ""
493 },
494 "loadMoreTextColor": {
495 "type": "string",
496 "default": "#505050"
497 },
498 "loadMoreSolidTextColor": {
499 "type": "string",
500 "default": "#fff"
501 },
502 "loadMoreTextBgColor": {
503 "type": "string",
504 "default": "#505050"
505 },
506 "loadMoreTextHoverColor": {
507 "type": "string",
508 "default": "#222222"
509 },
510 "loadMoreSolidTextHoverColor": {
511 "type": "string",
512 "default": "#fff"
513 },
514 "loadMoreTextBgHoverColor": {
515 "type": "string",
516 "default": "#222222"
517 },
518 "loadMoreColor": {
519 "type": "string",
520 "default": "#222222"
521 },
522 "loadMoreAlignment": {
523 "type": "string",
524 "default": "left"
525 },
526 "enableFeatureImage": {
527 "type": "boolean",
528 "default": true
529 },
530 "postTitleLineHeight": {
531 "type": "number",
532 "default": 1.5
533 },
534 "postCategoryFontSize": {
535 "type": "number",
536 "default": 12
537 },
538 "postCategoryFontFamily": {
539 "type": "string",
540 "default": "Default"
541 },
542 "postCategoryFontWeight": {
543 "type": "string",
544 "default": "400"
545 },
546 "postCategoryFontSubset": {
547 "type": "string"
548 },
549 "postCategoryFontSizeType": {
550 "type": "string",
551 "default": "px"
552 },
553 "postCategoryFontSizeMobile": {
554 "type": "number",
555 "default": 10
556 },
557 "postCategoryFontSizeTablet": {
558 "type": "number",
559 "default": 10
560 },
561 "postCategoryLoadGoogleFonts": {
562 "type": "boolean",
563 "default": false
564 },
565 "postMetaFontSize": {
566 "type": "number",
567 "default": 11
568 },
569 "postMetaFontFamily": {
570 "type": "string",
571 "default": "Default"
572 },
573 "postMetaFontWeight": {
574 "type": "string",
575 "default": ""
576 },
577 "postMetaFontSubset": {
578 "type": "string"
579 },
580 "postMetaFontSizeType": {
581 "type": "string",
582 "default": "px"
583 },
584 "postMetaFontSizeMobile": {
585 "type": "number",
586 "default": 11
587 },
588 "postMetaFontSizeTablet": {
589 "type": "number",
590 "default": 11
591 },
592 "postMetaLoadGoogleFonts": {
593 "type": "boolean",
594 "default": false
595 },
596 "imageHoverEffect": {
597 "type": "string",
598 "default": ""
599 },
600 "colorType": {
601 "type": "string",
602 "default": "bs-single-color"
603 }
604 },
605 "editorScript": "file:./index.js"
606 }