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

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

407 lines 7.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "blockspare/latest-posts-block-carousel-grid",
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": 16
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": 12
90 },
91 "titleFontSizeTablet": {
92 "type": "number",
93 "default": 14
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 "enableTwoColumn": {
116 "type": "boolean",
117 "default": false
118 },
119 "contentOrder": {
120 "type": "string",
121 "default": "content-order-1"
122 },
123 "grid": {
124 "type": "string",
125 "default": "blockspare-posts-block-grid-layout-1"
126 },
127 "columns": {
128 "type": "number",
129 "default": 2
130 },
131 "align": {
132 "type": "string",
133 "default": "center"
134 },
135 "readMoreText": {
136 "type": "string",
137 "default": "Read More.."
138 },
139 "offset": {
140 "type": "number",
141 "default": 0
142 },
143 "excerptLength": {
144 "type": "number",
145 "default": 20
146 },
147 "displayPostsBy": {
148 "type": "string",
149 "default": "blockspare-posts-block-post-by-category"
150 },
151 "sectionTag": {
152 "type": "string",
153 "default": "section"
154 },
155 "sectionTitle": {
156 "type": "string"
157 },
158 "imageSize": {
159 "type": "string",
160 "default": "large"
161 },
162 "url": {
163 "type": "string",
164 "source": "attribute",
165 "selector": "img",
166 "attribute": "src"
167 },
168 "id": {
169 "type": "number"
170 },
171 "marginTop": {
172 "type": "number",
173 "default": 30
174 },
175 "marginBottom": {
176 "type": "number",
177 "default": 30
178 },
179 "backGroundColor": {
180 "type": "string",
181 "default": "#f9f9f9"
182 },
183 "borderRadius": {
184 "type": "number",
185 "default": 0
186 },
187 "enableBoxShadow": {
188 "type": "boolean",
189 "default": false
190 },
191 "xOffset": {
192 "type": "number",
193 "default": 0
194 },
195 "yOffset": {
196 "type": "number",
197 "default": 3
198 },
199 "blur": {
200 "type": "number",
201 "default": 10
202 },
203 "spread": {
204 "type": "number",
205 "default": -9
206 },
207 "shadowColor": {
208 "type": "string",
209 "default": "#000"
210 },
211 "descriptionFontSize": {
212 "type": "number",
213 "default": 14
214 },
215 "descriptionFontFamily": {
216 "type": "string",
217 "default": "Default"
218 },
219 "descriptionFontWeight": {
220 "type": "string",
221 "default": "400"
222 },
223 "descriptionFontSubset": {
224 "type": "string"
225 },
226 "descriptionFontSizeType": {
227 "type": "string",
228 "default": "px"
229 },
230 "descriptionFontSizeMobile": {
231 "type": "number",
232 "default": "16"
233 },
234 "descriptionFontSizeTablet": {
235 "type": "number",
236 "default": "16"
237 },
238 "descriptionLoadGoogleFonts": {
239 "type": "boolean",
240 "default": false
241 },
242 "lineHeight": {
243 "type": "number",
244 "default": 1.3
245 },
246 "postListingOption": {
247 "type": "string",
248 "default": "latest-posts-block-carousel-grid"
249 },
250 "contentPaddingTop": {
251 "type": "number",
252 "default": 15
253 },
254 "contentPaddingLeft": {
255 "type": "number",
256 "default": 15
257 },
258 "contentPaddingBottom": {
259 "type": "number",
260 "default": 15
261 },
262 "contentPaddingRight": {
263 "type": "number",
264 "default": 15
265 },
266 "categoryMarginTop": {
267 "type": "number",
268 "default": 5
269 },
270 "categoryMarginBottom": {
271 "type": "number",
272 "default": 5
273 },
274 "titleMarginTop": {
275 "type": "number",
276 "default": 5
277 },
278 "titleMarginBottom": {
279 "type": "number",
280 "default": 5
281 },
282 "metaMarginTop": {
283 "type": "number",
284 "default": 5
285 },
286 "metaMarginBottom": {
287 "type": "number",
288 "default": 5
289 },
290 "exceprtMarginTop": {
291 "type": "number",
292 "default": 5
293 },
294 "exceprtMarginBottom": {
295 "type": "number",
296 "default": 5
297 },
298 "moreLinkMarginTop": {
299 "type": "number",
300 "default": 5
301 },
302 "moreLinkMarginBottom": {
303 "type": "number",
304 "default": 5
305 },
306 "categoryLayoutOption": {
307 "type": "string",
308 "default": "solid"
309 },
310 "categoryTextColor": {
311 "type": "string",
312 "default": "#fff"
313 },
314 "categoryBorderColor": {
315 "type": "string",
316 "default": "#ccc"
317 },
318 "categoryBackgroundColor": {
319 "type": "string",
320 "default": "#222222"
321 },
322 "categoryBorderWidth": {
323 "type": "number",
324 "default": 1
325 },
326 "categoryBorderRadius": {
327 "type": "number",
328 "default": 0
329 },
330 "authorIcon": {
331 "type": "string",
332 "default": "far fa-user"
333 },
334 "dateIcon": {
335 "type": "string",
336 "default": "far fa-clock"
337 },
338 "enableComment": {
339 "type": "boolean",
340 "default": true
341 },
342 "commentIcon": {
343 "type": "string",
344 "default": "far fa-comment"
345 },
346 "showsliderNextPrev": {
347 "type": "boolean",
348 "default": true
349 },
350 "carouselNextIcon": {
351 "type": "string",
352 "default": "fas fa-angle-right"
353 },
354 "gutterSpace": {
355 "type": "number",
356 "default": 6
357 },
358 "showDots": {
359 "type": "boolean",
360 "default": false
361 },
362 "enableAutoPlay": {
363 "type": "boolean",
364 "default": true
365 },
366 "numberofSlide": {
367 "type": "number",
368 "default": 2
369 },
370 "carouselSpeed": {
371 "type": "number",
372 "default": "800"
373 },
374 "navigationColor": {
375 "type": "string",
376 "default": "#000"
377 },
378 "navigationShape": {
379 "type": "string",
380 "default": "lpc-navigation-1"
381 },
382 "navigationSize": {
383 "type": "string",
384 "default": "lpc-navigation-small"
385 },
386 "enableNavInHover": {
387 "type": "boolean",
388 "default": true
389 },
390 "navigationShapeColor": {
391 "type": "string",
392 "default": "#fff"
393 },
394 "titleOnHover": {
395 "type": "string",
396 "default": "lpc-title-hover"
397 },
398 "titleOnHoverColor": {
399 "type": "string",
400 "default": "#222222"
401 },
402 "enableEqualHeight": {
403 "type": "boolean",
404 "default": true
405 }
406 }
407 }