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

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

367 lines 7.1 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-list",
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 "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 "enableBackgroundColor": {
192 "type": "boolean",
193 "default": true
194 },
195 "contentOrder": {
196 "type": "string",
197 "default": "content-order-1"
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 "postListingOption": {
255 "type": "string",
256 "default": "blockspare-posts-block-latestpost-list"
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 "titleOnHover": {
355 "type": "string",
356 "default": "lpc-title-hover"
357 },
358 "titleOnHoverColor": {
359 "type": "string",
360 "default": "#222222"
361 },
362 "enableEqualHeight": {
363 "type": "boolean",
364 "default": true
365 }
366 }
367 }