PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 1.3.3
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v1.3.3
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 1.3.3, at src/blocks/latest-posts-grid/block.json

224 lines 4.0 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": "string"
7 },
8 "className": {
9 "type": "string"
10 },
11 "postsToShow": {
12 "type": "number",
13 "default": 4
14 },
15 "displayPostDate": {
16 "type": "boolean",
17 "default": true
18 },
19 "displayPostExcerpt": {
20 "type": "boolean",
21 "default": false
22 },
23 "displayPostAuthor": {
24 "type": "boolean",
25 "default": true
26 },
27 "displayPostImage": {
28 "type": "boolean",
29 "default": true
30 },
31 "displayPostLink": {
32 "type": "boolean",
33 "default": false
34 },
35 "displayPostTitle": {
36 "type": "boolean",
37 "default": true
38 },
39
40 "postTitleColor": {
41 "type": "string",
42 "default": "#000"
43 },
44
45 "postTitleFontSize": {
46 "type": "number",
47 "default": 20
48 },
49
50
51 "titleFontFamily": {
52 "type": "string",
53 "default": "Default"
54 },
55 "titleFontWeight": {
56 "type": "string",
57 "default": 400
58 },
59 "titleFontSubset": {
60 "type": "string"
61 },
62
63 "titleFontSizeType" :{
64 "type": "string",
65 "default": "px"
66 },
67 "titleFontSizeMobile" :{
68 "type": "number",
69 "default": 14
70 },
71 "titleFontSizeTablet" :{
72 "type": "number",
73 "default": 18
74 },
75 "titleLoadGoogleFonts":{
76 "type": "boolean",
77 "default": false
78
79 },
80
81 "linkColor": {
82 "type": "string",
83 "default": "#8b249c"
84 },
85
86 "borderColor": {
87 "type": "string",
88 "default": "#f4f4f4"
89 },
90
91 "backgroundColor": {
92 "type": "string",
93 "default": "#ffffff"
94 },
95
96 "generalColor": {
97 "type": "string",
98 "default": "#404040"
99 },
100 "displayPostCategory": {
101 "type": "boolean",
102 "default": true
103 },
104
105 "columns": {
106 "type": "number",
107 "default": 2
108 },
109 "align": {
110 "type": "string",
111 "default": "center"
112 },
113 "order": {
114 "type": "string",
115 "default": "desc"
116 },
117 "orderBy": {
118 "type": "string",
119 "default": "date"
120 },
121
122 "readMoreText": {
123 "type": "string",
124 "default": "Continue Reading"
125 },
126 "offset": {
127 "type": "number",
128 "default": 0
129 },
130 "excerptLength": {
131 "type": "number",
132 "default": 20
133 },
134 "postType": {
135 "type": "string",
136 "default": "post"
137 },
138 "displayPostsBy": {
139 "type": "string",
140 "default": "blockspare-post-by-category"
141 },
142 "sectionTag": {
143 "type": "string",
144 "default": "section"
145 },
146 "sectionTitle": {
147 "type": "string"
148 },
149 "imageSize": {
150 "type": "string",
151 "default": "large"
152 },
153 "url": {
154 "type": "string",
155 "source": "attribute",
156 "selector": "img",
157 "attribute": "src"
158 },
159 "id": {
160 "type": "number"
161 },
162 "marginTop": {
163 "type": "number",
164 "default": 30
165 },
166 "marginBottom": {
167 "type": "number",
168 "default": 30
169 },
170 "backGroundColor": {
171 "type": "string",
172 "default": "#fff"
173 },
174 "borderRadius": {
175 "type": "number",
176 "default": 0
177 },
178 "design": {
179 "type": "string",
180 "default": "blockspare-grid-layout-1"
181 },
182
183 "enableBackgroundColor": {
184 "type": "boolean",
185 "default": true
186 },
187 "contentOrder": {
188 "type": "string",
189 "default": "content-order-1"
190 },
191 "equalImageHeight": {
192 "type": "boolean",
193 "default": false
194 },
195 "enableBoxShadow": {
196 "type": "boolean",
197 "default": false
198 },
199 "xOffset": {
200 "type": "number",
201 "default": 0
202 },
203 "yOffset": {
204 "type": "number",
205 "default": 6
206 },
207 "blur": {
208 "type": "number",
209 "default": 12
210 },
211 "spread": {
212 "type": "number",
213 "default": -10
214 },
215 "shadowColor": {
216 "type": "string",
217 "default": "#000"
218 },
219 "uniqueClass": {
220 "type": "string",
221 "default": ""
222 }
223 }
224 }