PluginProbe
bBlocks – Essential Gutenberg Blocks & Patterns Collection / 2.1.7
bBlocks – Essential Gutenberg Blocks & Patterns Collection v2.1.7
2.1.7 2.1.6 2.1.5 2.1.4 2.1.3 2.1.2 2.1.1 2.1.0 2.0.43 2.0.42 2.0.41 2.0.40 2.0.39 2.0.38 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3 1.5.4 All 107 releases
b-blocks / build / team-members / block.json

block.json in bBlocks – Essential Gutenberg Blocks & Patterns Collection 2.1.7, at build/team-members/block.json

382 lines 8.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "name": "b-blocks/team-members",
4 "title": "Team Members",
5 "description": "Display Team members section.",
6 "category": "bBlocks",
7 "keywords": [
8 "team",
9 "members",
10 "team members section"
11 ],
12 "textdomain": "b-blocks",
13 "attributes": {
14 "align": {
15 "type": "string",
16 "default": "wide"
17 },
18 "members": {
19 "type": "array",
20 "default": [
21 {
22 "background": {
23 "color": "#0000"
24 },
25 "border": {
26 "radius": "3px"
27 },
28 "shadow": [],
29 "photo": {
30 "id": null,
31 "url": "",
32 "alt": "",
33 "title": ""
34 },
35 "photoBorder": {
36 "radius": "50%"
37 },
38 "name": "Martin",
39 "nameColor": "#333",
40 "title": "Founder",
41 "titleColor": "#333",
42 "separator": {
43 "width": "20%",
44 "height": "3px",
45 "color": "#777"
46 },
47 "bio": "I am a self-motivated and self-taught professional who likes to solve problems.",
48 "bioColor": "#333",
49 "social": [
50 {
51 "link": "#",
52 "icon": {
53 "class": "fab fa-facebook-f"
54 }
55 },
56 {
57 "link": "#",
58 "icon": {
59 "class": "fab fa-twitter"
60 }
61 },
62 {
63 "link": "#",
64 "icon": {
65 "class": "fab fa-linkedin-in"
66 }
67 }
68 ],
69 "socialIconColors": {
70 "color": "#fff",
71 "bg": "#146EF5"
72 },
73 "iconStyle": {
74 "hover": {
75 "socialIconColors": {
76 "color": "#fff",
77 "bg": "#146EF5"
78 },
79 "border": {},
80 "shadow": {}
81 },
82 "normal": {
83 "border": {},
84 "shadow": []
85 }
86 }
87 },
88 {
89 "background": {
90 "color": "#0000"
91 },
92 "border": {
93 "radius": "3px"
94 },
95 "shadow": [],
96 "photo": {
97 "id": null,
98 "url": "",
99 "alt": "",
100 "title": ""
101 },
102 "photoBorder": {
103 "radius": "50%"
104 },
105 "name": "Mary",
106 "nameColor": "#333",
107 "title": "Co-Founder",
108 "titleColor": "#333",
109 "separator": {
110 "width": "20%",
111 "height": "3px",
112 "color": "#777"
113 },
114 "bio": "I am a self-motivated and self-taught professional who likes to solve problems.",
115 "bioColor": "#333",
116 "social": [
117 {
118 "link": "#",
119 "icon": {
120 "class": "fab fa-facebook-f"
121 }
122 },
123 {
124 "link": "#",
125 "icon": {
126 "class": "fab fa-twitter"
127 }
128 },
129 {
130 "link": "#",
131 "icon": {
132 "class": "fab fa-linkedin-in"
133 }
134 }
135 ],
136 "socialIconColors": {
137 "color": "#fff",
138 "bg": "#146EF5"
139 },
140 "iconStyle": {
141 "hover": {
142 "socialIconColors": {
143 "color": "#fff",
144 "bg": "#146EF5"
145 },
146 "border": {},
147 "shadow": {}
148 },
149 "normal": {
150 "border": {},
151 "shadow": []
152 }
153 }
154 },
155 {
156 "background": {
157 "color": "#0000"
158 },
159 "border": {
160 "radius": "3px"
161 },
162 "shadow": [],
163 "photo": {
164 "id": null,
165 "url": "",
166 "alt": "",
167 "title": ""
168 },
169 "photoBorder": {
170 "radius": "50%"
171 },
172 "name": "John Doe",
173 "nameColor": "#333",
174 "title": "CEO",
175 "titleColor": "#333",
176 "separator": {
177 "width": "20%",
178 "height": "3px",
179 "color": "#777"
180 },
181 "bio": "I am a self-motivated and self-taught professional who likes to solve problems.",
182 "bioColor": "#333",
183 "social": [
184 {
185 "link": "#",
186 "icon": {
187 "class": "fab fa-facebook-f"
188 }
189 },
190 {
191 "link": "#",
192 "icon": {
193 "class": "fab fa-twitter"
194 }
195 },
196 {
197 "link": "#",
198 "icon": {
199 "class": "fab fa-linkedin-in"
200 }
201 }
202 ],
203 "socialIconColors": {
204 "color": "#fff",
205 "bg": "#146EF5"
206 },
207 "iconStyle": {
208 "hover": {
209 "socialIconColors": {
210 "color": "#fff",
211 "bg": "#146EF5"
212 },
213 "border": {},
214 "shadow": {}
215 },
216 "normal": {
217 "border": {},
218 "shadow": []
219 }
220 }
221 }
222 ]
223 },
224 "columns": {
225 "type": "object",
226 "default": {
227 "desktop": 3,
228 "tablet": 2,
229 "mobile": 1
230 }
231 },
232 "columnGap": {
233 "type": "string",
234 "default": "30px"
235 },
236 "rowGap": {
237 "type": "string",
238 "default": "30px"
239 },
240 "layout": {
241 "type": "string",
242 "default": "vertical"
243 },
244 "theme": {
245 "type": "string",
246 "default": "default"
247 },
248 "isLinkNewTab": {
249 "type": "boolean",
250 "default": false
251 },
252 "textAlign": {
253 "type": "string",
254 "default": "center"
255 },
256 "padding": {
257 "type": "object",
258 "default": {
259 "vertical": "50px",
260 "horizontal": "20px"
261 }
262 },
263 "photoWidth": {
264 "type": "string",
265 "default": "170px"
266 },
267 "photoMargin": {
268 "type": "object",
269 "default": {
270 "side": 4,
271 "bottom": "20px"
272 }
273 },
274 "nameTypo": {
275 "type": "object",
276 "default": {
277 "fontSize": {
278 "desktop": "20px",
279 "tablet": "18px",
280 "mobile": "16px"
281 },
282 "fontWeight": 600
283 }
284 },
285 "nameMargin": {
286 "type": "object",
287 "default": {
288 "side": 4,
289 "bottom": "10px"
290 }
291 },
292 "isTitle": {
293 "type": "boolean",
294 "default": true
295 },
296 "titleTypo": {
297 "type": "object",
298 "default": {
299 "fontSize": {
300 "desktop": "16px"
301 }
302 }
303 },
304 "titleMargin": {
305 "type": "object",
306 "default": {
307 "side": 4,
308 "bottom": "10px"
309 }
310 },
311 "isSep": {
312 "type": "boolean",
313 "default": true
314 },
315 "sepMargin": {
316 "type": "object",
317 "default": {
318 "side": 4,
319 "bottom": "15px"
320 }
321 },
322 "isBio": {
323 "type": "boolean",
324 "default": true
325 },
326 "bioTypo": {
327 "type": "object",
328 "default": {
329 "fontSize": {
330 "desktop": "15px"
331 }
332 }
333 },
334 "bioMargin": {
335 "type": "object",
336 "default": {
337 "side": 4,
338 "bottom": "15px"
339 }
340 },
341 "isSocial": {
342 "type": "boolean",
343 "default": true
344 },
345 "socialSize": {
346 "type": "string",
347 "default": "22px"
348 },
349 "socialIconMargin": {
350 "type": "object",
351 "default": {
352 "side": 2,
353 "vertical": "10px",
354 "horizontal": "10px"
355 }
356 }
357 },
358 "supports": {
359 "align": [
360 "wide",
361 "full"
362 ],
363 "html": false
364 },
365 "example": {
366 "attributes": {
367 "preview": true,
368 "columns": {
369 "desktop": 1,
370 "tablet": 1,
371 "mobile": 1
372 }
373 }
374 },
375 "editorScript": "file:../index.js",
376 "style": [
377 "file:./view.css",
378 "fontAwesome"
379 ],
380 "render": "file:./render.php",
381 "viewScript": "file:./view.js"
382 }