PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 3.3.3
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v3.3.3
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 / inc / latest-post-block / posts-grid / block.json

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

591 lines 11.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "blockspare/blockspare-latest-posts-grid",
3 "category": "blockspare-post",
4 "title": "Posts Grid",
5 "description": "Display Posts Grid from Selected Categories.",
6 "textdomain": "blockspare",
7 "keywords": ["Posts", "Tile", "Column", "Grid"],
8 "attributes": {
9 "categories": {
10 "type": "array",
11 "default": []
12 },
13 "showPresets": {
14 "type": "boolean",
15 "default": true
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": 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": "number",
157 "default": 2
158 },
159 "align": {
160 "type": "string",
161 "default": "center"
162 },
163 "readMoreText": {
164 "type": "string",
165 "default": "Read More.."
166 },
167 "offset": {
168 "type": "number",
169 "default": 0
170 },
171 "excerptLength": {
172 "type": "number",
173 "default": 20
174 },
175 "displayPostsBy": {
176 "type": "string",
177 "default": "blockspare-posts-block-post-by-category"
178 },
179 "sectionTag": {
180 "type": "string",
181 "default": "section"
182 },
183 "sectionTitle": {
184 "type": "string"
185 },
186 "imageSize": {
187 "type": "string",
188 "default": "large"
189 },
190 "url": {
191 "type": "string",
192 "source": "attribute",
193 "selector": "img",
194 "attribute": "src"
195 },
196 "id": {
197 "type": "number"
198 },
199 "marginTop": {
200 "type": "number",
201 "default": 30
202 },
203 "marginBottom": {
204 "type": "number",
205 "default": 30
206 },
207 "marginLeft": {
208 "type": "number",
209 "default": 0
210 },
211 "marginRight": {
212 "type": "number",
213 "default": 0
214 },
215 "backGroundColor": {
216 "type": "string",
217 "default": "#f9f9f9"
218 },
219 "borderRadius": {
220 "type": "number",
221 "default": 0
222 },
223 "contentOrder": {
224 "type": "string",
225 "default": "content-order-1"
226 },
227 "enableBoxShadow": {
228 "type": "boolean",
229 "default": false
230 },
231 "xOffset": {
232 "type": "number",
233 "default": 0
234 },
235 "yOffset": {
236 "type": "number",
237 "default": 3
238 },
239 "blur": {
240 "type": "number",
241 "default": 10
242 },
243 "spread": {
244 "type": "number",
245 "default": -9
246 },
247 "shadowColor": {
248 "type": "string",
249 "default": "#000"
250 },
251 "descriptionFontSize": {
252 "type": "number",
253 "default": 14
254 },
255 "descriptionFontFamily": {
256 "type": "string",
257 "default": "Default"
258 },
259 "descriptionFontWeight": {
260 "type": "string",
261 "default": ""
262 },
263 "descriptionFontSubset": {
264 "type": "string"
265 },
266 "descriptionFontSizeType": {
267 "type": "string",
268 "default": "px"
269 },
270 "descriptionFontSizeMobile": {
271 "type": "number",
272 "default": 14
273 },
274 "descriptionFontSizeTablet": {
275 "type": "number",
276 "default": 14
277 },
278 "descriptionLoadGoogleFonts": {
279 "type": "boolean",
280 "default": false
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 "authorIcon": {
427 "type": "string",
428 "default": "far fa-user-circle"
429 },
430 "dateIcon": {
431 "type": "string",
432 "default": "far fa-clock"
433 },
434 "enableComment": {
435 "type": "boolean",
436 "default": true
437 },
438 "commentIcon": {
439 "type": "string",
440 "default": "far fa-comment"
441 },
442 "titleOnHover": {
443 "type": "string",
444 "default": "lpc-title-hover"
445 },
446 "titleOnHoverColor": {
447 "type": "string",
448 "default": "#222222"
449 },
450 "enableEqualHeight": {
451 "type": "boolean",
452 "default": true
453 },
454 "animation": {
455 "type": "string",
456 "default": ""
457 },
458 "blockHoverEffect": {
459 "type": "string",
460 "default": ""
461 },
462 "enablePagination": {
463 "type": "boolean",
464 "default": false
465 },
466 "loadMoreText": {
467 "type": "string",
468 "default": "Load More"
469 },
470 "loadMoreStyle": {
471 "type": "string",
472 "default": ""
473 },
474 "loadMoreTextColor": {
475 "type": "string",
476 "default": "#505050"
477 },
478 "loadMoreSolidTextColor": {
479 "type": "string",
480 "default": "#fff"
481 },
482 "loadMoreTextBgColor": {
483 "type": "string",
484 "default": "#505050"
485 },
486 "loadMoreTextHoverColor": {
487 "type": "string",
488 "default": "#222222"
489 },
490 "loadMoreSolidTextHoverColor": {
491 "type": "string",
492 "default": "#fff"
493 },
494 "loadMoreTextBgHoverColor": {
495 "type": "string",
496 "default": "#222222"
497 },
498 "loadMoreColor": {
499 "type": "string",
500 "default": "#222222"
501 },
502 "loadMoreAlignment": {
503 "type": "string",
504 "default": "left"
505 },
506 "enableFeatureImage": {
507 "type": "boolean",
508 "default": true
509 },
510 "gutterSpace": {
511 "type": "number",
512 "default": 20
513 },
514 "postTitleLineHeight": {
515 "type": "number",
516 "default": 1.5
517 },
518 "postCategoryFontSize": {
519 "type": "number",
520 "default": 12
521 },
522 "postCategoryFontFamily": {
523 "type": "string",
524 "default": "Default"
525 },
526 "postCategoryFontWeight": {
527 "type": "string",
528 "default": "400"
529 },
530 "postCategoryFontSubset": {
531 "type": "string"
532 },
533 "postCategoryFontSizeType": {
534 "type": "string",
535 "default": "px"
536 },
537 "postCategoryFontSizeMobile": {
538 "type": "number",
539 "default": 10
540 },
541 "postCategoryFontSizeTablet": {
542 "type": "number",
543 "default": 10
544 },
545 "postCategoryLoadGoogleFonts": {
546 "type": "boolean",
547 "default": false
548 },
549 "postMetaFontSize": {
550 "type": "number",
551 "default": 11
552 },
553 "postMetaFontFamily": {
554 "type": "string",
555 "default": "Default"
556 },
557 "postMetaFontWeight": {
558 "type": "string",
559 "default": ""
560 },
561 "postMetaFontSubset": {
562 "type": "string"
563 },
564 "postMetaFontSizeType": {
565 "type": "string",
566 "default": "px"
567 },
568 "postMetaFontSizeMobile": {
569 "type": "number",
570 "default": 11
571 },
572 "postMetaFontSizeTablet": {
573 "type": "number",
574 "default": 11
575 },
576 "postMetaLoadGoogleFonts": {
577 "type": "boolean",
578 "default": false
579 },
580 "imageHoverEffect": {
581 "type": "string",
582 "default": ""
583 },
584 "colorType": {
585 "type": "string",
586 "default": "bs-single-color"
587 }
588 }
589 }
590
591