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

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

375 lines 7.3 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",
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 "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 "design": {
124 "type": "string",
125 "default": "blockspare-posts-block-list-layout-1"
126 },
127 "enableTwoColumn": {
128 "type": "boolean",
129 "default": false
130 },
131 "grid": {
132 "type": "string",
133 "default": "blockspare-posts-block-grid-layout-1"
134 },
135 "tile": {
136 "type": "string",
137 "default": "blockspare-posts-block-tile-layout-1"
138 },
139 "express": {
140 "type": "string",
141 "default": "blockspare-posts-block-express-layout-1"
142 },
143 "full": {
144 "type": "string",
145 "default": "blockspare-posts-block-full-layout-1"
146 },
147 "columns": {
148 "type": "number",
149 "default": 2
150 },
151 "align": {
152 "type": "string",
153 "default": "center"
154 },
155 "readMoreText": {
156 "type": "string",
157 "default": "Read More.."
158 },
159 "offset": {
160 "type": "number",
161 "default": 0
162 },
163 "excerptLength": {
164 "type": "number",
165 "default": 20
166 },
167 "displayPostsBy": {
168 "type": "string",
169 "default": "blockspare-posts-block-post-by-category"
170 },
171 "sectionTag": {
172 "type": "string",
173 "default": "section"
174 },
175 "sectionTitle": {
176 "type": "string"
177 },
178 "imageSize": {
179 "type": "string",
180 "default": "large"
181 },
182 "url": {
183 "type": "string",
184 "source": "attribute",
185 "selector": "img",
186 "attribute": "src"
187 },
188 "id": {
189 "type": "number"
190 },
191 "marginTop": {
192 "type": "number",
193 "default": 30
194 },
195 "marginBottom": {
196 "type": "number",
197 "default": 30
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 "enableBoxShadow": {
212 "type": "boolean",
213 "default": false
214 },
215 "xOffset": {
216 "type": "number",
217 "default": 0
218 },
219 "yOffset": {
220 "type": "number",
221 "default": 3
222 },
223 "blur": {
224 "type": "number",
225 "default": 10
226 },
227 "spread": {
228 "type": "number",
229 "default": -9
230 },
231 "shadowColor": {
232 "type": "string",
233 "default": "#000"
234 },
235 "descriptionFontSize": {
236 "type": "number",
237 "default": 14
238 },
239 "descriptionFontFamily": {
240 "type": "string",
241 "default": "Default"
242 },
243 "descriptionFontWeight": {
244 "type": "string",
245 "default": "400"
246 },
247 "descriptionFontSubset": {
248 "type": "string"
249 },
250 "descriptionFontSizeType": {
251 "type": "string",
252 "default": "px"
253 },
254 "descriptionFontSizeMobile": {
255 "type": "number",
256 "default": "16"
257 },
258 "descriptionFontSizeTablet": {
259 "type": "number",
260 "default": "16"
261 },
262 "descriptionLoadGoogleFonts": {
263 "type": "boolean",
264 "default": false
265 },
266 "contentPaddingTop": {
267 "type": "number",
268 "default": 15
269 },
270 "contentPaddingLeft": {
271 "type": "number",
272 "default": 15
273 },
274 "contentPaddingBottom": {
275 "type": "number",
276 "default": 15
277 },
278 "contentPaddingRight": {
279 "type": "number",
280 "default": 15
281 },
282 "categoryMarginTop": {
283 "type": "number",
284 "default": 5
285 },
286 "categoryMarginBottom": {
287 "type": "number",
288 "default": 5
289 },
290 "titleMarginTop": {
291 "type": "number",
292 "default": 5
293 },
294 "titleMarginBottom": {
295 "type": "number",
296 "default": 5
297 },
298 "metaMarginTop": {
299 "type": "number",
300 "default": 5
301 },
302 "metaMarginBottom": {
303 "type": "number",
304 "default": 5
305 },
306 "exceprtMarginTop": {
307 "type": "number",
308 "default": 5
309 },
310 "exceprtMarginBottom": {
311 "type": "number",
312 "default": 5
313 },
314 "moreLinkMarginTop": {
315 "type": "number",
316 "default": 5
317 },
318 "moreLinkMarginBottom": {
319 "type": "number",
320 "default": 5
321 },
322 "categoryLayoutOption": {
323 "type": "string",
324 "default": "solid"
325 },
326 "categoryTextColor": {
327 "type": "string",
328 "default": "#fff"
329 },
330 "categoryBorderColor": {
331 "type": "string",
332 "default": "#ccc"
333 },
334 "categoryBackgroundColor": {
335 "type": "string",
336 "default": "#222222"
337 },
338 "categoryBorderWidth": {
339 "type": "number",
340 "default": 1
341 },
342 "categoryBorderRadius": {
343 "type": "number",
344 "default": 0
345 },
346 "authorIcon": {
347 "type": "string",
348 "default": "far fa-user"
349 },
350 "dateIcon": {
351 "type": "string",
352 "default": "far fa-clock"
353 },
354 "enableComment": {
355 "type": "boolean",
356 "default": true
357 },
358 "commentIcon": {
359 "type": "string",
360 "default": "far fa-comment"
361 },
362 "titleOnHover": {
363 "type": "string",
364 "default": "lpc-title-hover"
365 },
366 "titleOnHoverColor": {
367 "type": "string",
368 "default": "#222222"
369 },
370 "enableEqualHeight": {
371 "type": "boolean",
372 "default": true
373 }
374 }
375 }