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

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

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