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

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