PluginProbe
Team Section Block – Showcase Team Members with Layout Options / 1.0.3
Team Section Block – Showcase Team Members with Layout Options v1.0.3
2.0.4 2.0.3 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 2.0.0 2.0.1 2.0.2
team-section / block.json

block.json in Team Section Block – Showcase Team Members with Layout Options 1.0.3, at block.json

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