PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 2.1.2
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v2.1.2
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 / src / blocks / latest-posts-slider / block.json

block.json in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 2.1.2, at src/blocks/latest-posts-slider/block.json

415 lines 8.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "blockspare/blockspare-posts-block-slider",
3 "category": "blockspare",
4 "attributes": {
5 "categories": {
6 "type": "array",
7 "default": []
8 },
9 "postType": {
10 "type": "string",
11 "default": "post"
12 },
13 "tags": {
14 "type": "array",
15 "default": []
16 },
17 "order": {
18 "type": "string",
19 "default": "desc"
20 },
21 "orderBy": {
22 "type": "string",
23 "default": "date"
24 },
25 "postTax": {
26 "type": "boolean",
27 "default": true
28 },
29 "taxType": {
30 "type": "string",
31 "default": "category"
32 },
33 "uniqueClass": {
34 "type": "string",
35 "default": ""
36 },
37 "className": {
38 "type": "string"
39 },
40 "postsToShow": {
41 "type": "number",
42 "default": 4
43 },
44 "displayPostDate": {
45 "type": "boolean",
46 "default": true
47 },
48 "displayPostExcerpt": {
49 "type": "boolean",
50 "default": false
51 },
52 "displayPostAuthor": {
53 "type": "boolean",
54 "default": true
55 },
56 "displayPostImage": {
57 "type": "boolean",
58 "default": true
59 },
60 "displayPostLink": {
61 "type": "boolean",
62 "default": false
63 },
64 "postTitleColor": {
65 "type": "string",
66 "default": "#000"
67 },
68 "postTitleFontSize": {
69 "type": "number",
70 "default": 26
71 },
72 "titleFontFamily": {
73 "type": "string",
74 "default": "Default"
75 },
76 "titleFontWeight": {
77 "type": "string",
78 "default": 600
79 },
80 "titleFontSubset": {
81 "type": "string"
82 },
83 "titleFontSizeType": {
84 "type": "string",
85 "default": "px"
86 },
87 "titleFontSizeMobile": {
88 "type": "number",
89 "default": 18
90 },
91 "titleFontSizeTablet": {
92 "type": "number",
93 "default": 20
94 },
95 "titleLoadGoogleFonts": {
96 "type": "boolean",
97 "default": false
98 },
99 "linkColor": {
100 "type": "string",
101 "default": "#000000"
102 },
103 "borderColor": {
104 "type": "string",
105 "default": "#f4f4f4"
106 },
107 "generalColor": {
108 "type": "string",
109 "default": "#505050"
110 },
111 "displayPostCategory": {
112 "type": "boolean",
113 "default": true
114 },
115 "slider": {
116 "type": "string",
117 "default": "blockspare-posts-block-full-layout-1"
118 },
119 "fullPostTitleColor": {
120 "type": "string",
121 "default": "#fff"
122 },
123 "fullPostLinkColor": {
124 "type": "string",
125 "default": "#fff"
126 },
127 "fullPostGeneralColor": {
128 "type": "string",
129 "default": "#fff"
130 },
131 "columns": {
132 "type": "number",
133 "default": 2
134 },
135 "align": {
136 "type": "string",
137 "default": "center"
138 },
139 "readMoreText": {
140 "type": "string",
141 "default": "Read More.."
142 },
143 "offset": {
144 "type": "number",
145 "default": 0
146 },
147 "excerptLength": {
148 "type": "number",
149 "default": 20
150 },
151 "displayPostsBy": {
152 "type": "string",
153 "default": "blockspare-posts-block-post-by-category"
154 },
155 "sectionTag": {
156 "type": "string",
157 "default": "section"
158 },
159 "sectionTitle": {
160 "type": "string"
161 },
162 "imageSize": {
163 "type": "string",
164 "default": "large"
165 },
166 "url": {
167 "type": "string",
168 "source": "attribute",
169 "selector": "img",
170 "attribute": "src"
171 },
172 "id": {
173 "type": "number"
174 },
175 "marginTop": {
176 "type": "number",
177 "default": 30
178 },
179 "marginBottom": {
180 "type": "number",
181 "default": 30
182 },
183 "backGroundColor": {
184 "type": "string",
185 "default": "#f9f9f9"
186 },
187 "borderRadius": {
188 "type": "number",
189 "default": 0
190 },
191 "contentOrder": {
192 "type": "string",
193 "default": "content-order-1"
194 },
195 "enableBackgroundColor": {
196 "type": "boolean",
197 "default": true
198 },
199 "enableBoxShadow": {
200 "type": "boolean",
201 "default": false
202 },
203 "xOffset": {
204 "type": "number",
205 "default": 0
206 },
207 "yOffset": {
208 "type": "number",
209 "default": 3
210 },
211 "blur": {
212 "type": "number",
213 "default": 10
214 },
215 "spread": {
216 "type": "number",
217 "default": -9
218 },
219 "shadowColor": {
220 "type": "string",
221 "default": "#000"
222 },
223 "descriptionFontSize": {
224 "type": "number",
225 "default": 14
226 },
227 "descriptionFontFamily": {
228 "type": "string",
229 "default": "Default"
230 },
231 "descriptionFontWeight": {
232 "type": "string",
233 "default": "400"
234 },
235 "descriptionFontSubset": {
236 "type": "string"
237 },
238 "descriptionFontSizeType": {
239 "type": "string",
240 "default": "px"
241 },
242 "descriptionFontSizeMobile": {
243 "type": "number",
244 "default": "16"
245 },
246 "descriptionFontSizeTablet": {
247 "type": "number",
248 "default": "16"
249 },
250 "descriptionLoadGoogleFonts": {
251 "type": "boolean",
252 "default": false
253 },
254 "lineHeight": {
255 "type": "number",
256 "default": 1.3
257 },
258 "contentPaddingTop": {
259 "type": "number",
260 "default": 15
261 },
262 "contentPaddingLeft": {
263 "type": "number",
264 "default": 15
265 },
266 "contentPaddingBottom": {
267 "type": "number",
268 "default": 15
269 },
270 "contentPaddingRight": {
271 "type": "number",
272 "default": 15
273 },
274 "categoryMarginTop": {
275 "type": "number",
276 "default": 5
277 },
278 "categoryMarginBottom": {
279 "type": "number",
280 "default": 5
281 },
282 "titleMarginTop": {
283 "type": "number",
284 "default": 5
285 },
286 "titleMarginBottom": {
287 "type": "number",
288 "default": 5
289 },
290 "metaMarginTop": {
291 "type": "number",
292 "default": 5
293 },
294 "metaMarginBottom": {
295 "type": "number",
296 "default": 5
297 },
298 "exceprtMarginTop": {
299 "type": "number",
300 "default": 5
301 },
302 "exceprtMarginBottom": {
303 "type": "number",
304 "default": 5
305 },
306 "moreLinkMarginTop": {
307 "type": "number",
308 "default": 5
309 },
310 "moreLinkMarginBottom": {
311 "type": "number",
312 "default": 5
313 },
314 "categoryLayoutOption": {
315 "type": "string",
316 "default": "solid"
317 },
318 "categoryTextColor": {
319 "type": "string",
320 "default": "#fff"
321 },
322 "categoryBorderColor": {
323 "type": "string",
324 "default": "#ccc"
325 },
326 "categoryBackgroundColor": {
327 "type": "string",
328 "default": "#222222"
329 },
330 "categoryBorderWidth": {
331 "type": "number",
332 "default": 1
333 },
334 "categoryBorderRadius": {
335 "type": "number",
336 "default": 0
337 },
338 "authorIcon": {
339 "type": "string",
340 "default": "far fa-user"
341 },
342 "dateIcon": {
343 "type": "string",
344 "default": "far fa-clock"
345 },
346 "enableComment": {
347 "type": "boolean",
348 "default": true
349 },
350 "commentIcon": {
351 "type": "string",
352 "default": "far fa-comment"
353 },
354 "showsliderNextPrev": {
355 "type": "boolean",
356 "default": true
357 },
358 "carouselNextIcon": {
359 "type": "string",
360 "default": "fas fa-angle-right"
361 },
362 "gutterSpace": {
363 "type": "number",
364 "default": 1
365 },
366 "showDots": {
367 "type": "boolean",
368 "default": false
369 },
370 "enableAutoPlay": {
371 "type": "boolean",
372 "default": true
373 },
374 "numberofSlide": {
375 "type": "number",
376 "default": 1
377 },
378 "carouselSpeed": {
379 "type": "number",
380 "default": "800"
381 },
382 "navigationColor": {
383 "type": "string",
384 "default": "#000"
385 },
386 "navigationShape": {
387 "type": "string",
388 "default": "lpc-navigation-1"
389 },
390 "navigationSize": {
391 "type": "string",
392 "default": "lpc-navigation-small"
393 },
394 "enableNavInHover": {
395 "type": "boolean",
396 "default": true
397 },
398 "navigationShapeColor": {
399 "type": "string",
400 "default": "#fff"
401 },
402 "titleOnHover": {
403 "type": "string",
404 "default": "lpc-title-hover"
405 },
406 "titleOnHoverColor": {
407 "type": "string",
408 "default": "#222222"
409 },
410 "enableEqualHeight": {
411 "type": "boolean",
412 "default": true
413 }
414 }
415 }