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

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

390 lines 7.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "name": "blockspare/latest-posts-express-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": 5
43 },
44 "displayPostDate": {
45 "type": "boolean",
46 "default": true
47 },
48 "displayPostExcerpt": {
49 "type": "boolean",
50 "default": true
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 "displayPostTitle": {
65 "type": "boolean",
66 "default": true
67 },
68 "PostTitleLength": {
69 "type": "number",
70 "default": 10
71 },
72 "postTitleColor": {
73 "type": "string",
74 "default": "#000"
75 },
76 "postTitleFontSize": {
77 "type": "number",
78 "default": 16
79 },
80 "titleFontFamily": {
81 "type": "string",
82 "default": "Default"
83 },
84 "titleFontWeight": {
85 "type": "string",
86 "default": 600
87 },
88 "titleFontSubset": {
89 "type": "string"
90 },
91 "titleFontSizeType": {
92 "type": "string",
93 "default": "px"
94 },
95 "titleFontSizeMobile": {
96 "type": "number",
97 "default": 12
98 },
99 "titleFontSizeTablet": {
100 "type": "number",
101 "default": 14
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 "express": {
124 "type": "string",
125 "default": "blockspare-posts-block-express-grid-layout-1"
126 },
127 "align": {
128 "type": "string",
129 "default": "wide"
130 },
131 "readMoreText": {
132 "type": "string",
133 "default": "Read More.."
134 },
135 "offset": {
136 "type": "number",
137 "default": 0
138 },
139 "excerptLength": {
140 "type": "number",
141 "default": 20
142 },
143 "displayPostsBy": {
144 "type": "string",
145 "default": "blockspare-posts-block-post-by-category"
146 },
147 "sectionTag": {
148 "type": "string",
149 "default": "section"
150 },
151 "sectionTitle": {
152 "type": "string"
153 },
154 "imageSize": {
155 "type": "string",
156 "default": "large"
157 },
158 "url": {
159 "type": "string",
160 "source": "attribute",
161 "selector": "img",
162 "attribute": "src"
163 },
164 "id": {
165 "type": "number"
166 },
167 "marginTop": {
168 "type": "number",
169 "default": 30
170 },
171 "marginBottom": {
172 "type": "number",
173 "default": 30
174 },
175 "backGroundColor": {
176 "type": "string",
177 "default": "#f9f9f9"
178 },
179 "borderRadius": {
180 "type": "number",
181 "default": 0
182 },
183 "enableBackgroundColor": {
184 "type": "boolean",
185 "default": true
186 },
187 "contentOrder": {
188 "type": "string",
189 "default": "content-order-1"
190 },
191 "enableBoxShadow": {
192 "type": "boolean",
193 "default": false
194 },
195 "xOffset": {
196 "type": "number",
197 "default": 0
198 },
199 "yOffset": {
200 "type": "number",
201 "default": 3
202 },
203 "blur": {
204 "type": "number",
205 "default": 10
206 },
207 "spread": {
208 "type": "number",
209 "default": -9
210 },
211 "shadowColor": {
212 "type": "string",
213 "default": "#000"
214 },
215 "descriptionFontSize": {
216 "type": "number",
217 "default": 14
218 },
219 "descriptionFontFamily": {
220 "type": "string",
221 "default": "Default"
222 },
223 "descriptionFontWeight": {
224 "type": "string",
225 "default": "400"
226 },
227 "descriptionFontSubset": {
228 "type": "string"
229 },
230 "descriptionFontSizeType": {
231 "type": "string",
232 "default": "px"
233 },
234 "descriptionFontSizeMobile": {
235 "type": "number",
236 "default": "16"
237 },
238 "descriptionFontSizeTablet": {
239 "type": "number",
240 "default": "16"
241 },
242 "descriptionLoadGoogleFonts": {
243 "type": "boolean",
244 "default": false
245 },
246 "contentPaddingTop": {
247 "type": "number",
248 "default": 15
249 },
250 "contentPaddingLeft": {
251 "type": "number",
252 "default": 15
253 },
254 "contentPaddingBottom": {
255 "type": "number",
256 "default": 15
257 },
258 "contentPaddingRight": {
259 "type": "number",
260 "default": 15
261 },
262 "categoryMarginTop": {
263 "type": "number",
264 "default": 5
265 },
266 "categoryMarginBottom": {
267 "type": "number",
268 "default": 5
269 },
270 "titleMarginTop": {
271 "type": "number",
272 "default": 5
273 },
274 "titleMarginBottom": {
275 "type": "number",
276 "default": 5
277 },
278 "metaMarginTop": {
279 "type": "number",
280 "default": 5
281 },
282 "metaMarginBottom": {
283 "type": "number",
284 "default": 5
285 },
286 "exceprtMarginTop": {
287 "type": "number",
288 "default": 5
289 },
290 "exceprtMarginBottom": {
291 "type": "number",
292 "default": 5
293 },
294 "moreLinkMarginTop": {
295 "type": "number",
296 "default": 5
297 },
298 "moreLinkMarginBottom": {
299 "type": "number",
300 "default": 5
301 },
302 "categoryLayoutOption": {
303 "type": "string",
304 "default": "solid"
305 },
306 "categoryTextColor": {
307 "type": "string",
308 "default": "#fff"
309 },
310 "categoryBorderColor": {
311 "type": "string",
312 "default": "#ccc"
313 },
314 "categoryBackgroundColor": {
315 "type": "string",
316 "default": "#222222"
317 },
318 "categoryBorderWidth": {
319 "type": "number",
320 "default": 1
321 },
322 "categoryBorderRadius": {
323 "type": "number",
324 "default": 0
325 },
326 "authorIcon": {
327 "type": "string",
328 "default": "far fa-user"
329 },
330 "dateIcon": {
331 "type": "string",
332 "default": "far fa-clock"
333 },
334 "enableComment": {
335 "type": "boolean",
336 "default": true
337 },
338 "commentIcon": {
339 "type": "string",
340 "default": "far fa-comment"
341 },
342 "spostTitleFontSize": {
343 "type": "number",
344 "default": 26
345 },
346 "spostTitleFontFamily": {
347 "type": "string",
348 "default": "Default"
349 },
350 "spostTitleFontWeight": {
351 "type": "string",
352 "default": 600
353 },
354 "spostTitleFontSubset": {
355 "type": "string"
356 },
357 "spostTitleFontSizeType": {
358 "type": "string",
359 "default": "px"
360 },
361 "spostTitleFontSizeMobile": {
362 "type": "number",
363 "default": 14
364 },
365 "spostTitleFontSizeTablet": {
366 "type": "number",
367 "default": 16
368 },
369 "spostTitleLoadGoogleFonts": {
370 "type": "boolean",
371 "default": false
372 },
373 "displaySpotLightExceprt": {
374 "type": "boolean",
375 "default": true
376 },
377 "titleOnHover": {
378 "type": "string",
379 "default": "lpc-title-hover"
380 },
381 "titleOnHoverColor": {
382 "type": "string",
383 "default": "#222222"
384 },
385 "enableEqualHeight": {
386 "type": "boolean",
387 "default": true
388 }
389 }
390 }