PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.7
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.7
2.0.13 2.0.12 2.0.11 2.0.10 2.0.9 trunk 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8
blockenberg / blocks / team-members / block.json

block.json in Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor 2.0.7, at blocks/team-members/block.json

306 lines 6.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "$schema": "https://schemas.wp.org/trunk/block.json",
4 "name": "blockenberg/team-members",
5 "title": "Team Members",
6 "category": "bkbg-business",
7 "icon": "groups",
8 "description": "Show your team members with photos, roles, bios, and social links.",
9 "keywords": [
10 "team",
11 "members",
12 "staff",
13 "people",
14 "profile",
15 "about"
16 ],
17 "textdomain": "blockenberg",
18 "editorScript": "bkbg-team-members-editor",
19 "editorStyle": "bkbg-team-members-style",
20 "style": "bkbg-team-members-style",
21 "viewScript": "bkbg-team-members-frontend",
22 "supports": {
23 "html": false,
24 "anchor": true,
25 "className": true,
26 "align": [
27 "wide",
28 "full"
29 ]
30 },
31 "attributes": {
32 "members": {
33 "type": "array",
34 "default": [
35 {
36 "name": "Alex Johnson",
37 "role": "Founder & CEO",
38 "bio": "Leads the vision and strategy. Loves product, design, and customer success.",
39 "image": {
40 "id": 0,
41 "url": "",
42 "alt": ""
43 },
44 "socials": [
45 {
46 "type": "linkedin",
47 "url": ""
48 },
49 {
50 "type": "twitter",
51 "url": ""
52 }
53 ]
54 },
55 {
56 "name": "Maria Garcia",
57 "role": "Creative Director",
58 "bio": "Turns ideas into delightful visuals and consistent brand experiences.",
59 "image": {
60 "id": 0,
61 "url": "",
62 "alt": ""
63 },
64 "socials": [
65 {
66 "type": "instagram",
67 "url": ""
68 },
69 {
70 "type": "website",
71 "url": ""
72 }
73 ]
74 },
75 {
76 "name": "Sam Lee",
77 "role": "Lead Developer",
78 "bio": "Builds fast, accessible interfaces and keeps everything running smoothly.",
79 "image": {
80 "id": 0,
81 "url": "",
82 "alt": ""
83 },
84 "socials": [
85 {
86 "type": "github",
87 "url": ""
88 },
89 {
90 "type": "email",
91 "url": ""
92 }
93 ]
94 }
95 ]
96 },
97 "layoutStyle": {
98 "type": "string",
99 "default": "cards"
100 },
101 "columns": {
102 "type": "number",
103 "default": 3
104 },
105 "gap": {
106 "type": "number",
107 "default": 24
108 },
109 "carouselNav": {
110 "type": "boolean",
111 "default": true
112 },
113 "carouselPeek": {
114 "type": "boolean",
115 "default": false
116 },
117 "carouselNavStyle": {
118 "type": "string",
119 "default": "top"
120 },
121 "carouselIndicators": {
122 "type": "string",
123 "default": "none"
124 },
125 "carouselIndicatorsPosition": {
126 "type": "string",
127 "default": "below"
128 },
129 "carouselDotsStyle": {
130 "type": "string",
131 "default": "default"
132 },
133 "carouselProgressStyle": {
134 "type": "string",
135 "default": "default"
136 },
137 "carouselIndicatorSize": {
138 "type": "number",
139 "default": 8
140 },
141 "carouselIndicatorColor": {
142 "type": "string",
143 "default": "rgba(0,0,0,0.22)"
144 },
145 "carouselIndicatorActiveColor": {
146 "type": "string",
147 "default": "rgba(0,0,0,0.65)"
148 },
149 "carouselProgressHeight": {
150 "type": "number",
151 "default": 6
152 },
153 "carouselProgressBg": {
154 "type": "string",
155 "default": "rgba(0,0,0,0.12)"
156 },
157 "carouselProgressFg": {
158 "type": "string",
159 "default": "rgba(0,0,0,0.55)"
160 },
161 "carouselFractionColor": {
162 "type": "string",
163 "default": "rgba(0,0,0,0.65)"
164 },
165 "carouselFractionSize": {
166 "type": "number",
167 "default": 13
168 },
169 "cardBg": {
170 "type": "string",
171 "default": "#ffffff"
172 },
173 "cardBorderColor": {
174 "type": "string",
175 "default": "#e5e7eb"
176 },
177 "cardBorderWidth": {
178 "type": "number",
179 "default": 1
180 },
181 "cardRadius": {
182 "type": "number",
183 "default": 16
184 },
185 "cardPadding": {
186 "type": "number",
187 "default": 24
188 },
189 "cardShadow": {
190 "type": "boolean",
191 "default": true
192 },
193 "textAlign": {
194 "type": "string",
195 "default": "center"
196 },
197 "imageSize": {
198 "type": "number",
199 "default": 96
200 },
201 "imageShape": {
202 "type": "string",
203 "default": "circle"
204 },
205 "showRole": {
206 "type": "boolean",
207 "default": true
208 },
209 "showBio": {
210 "type": "boolean",
211 "default": true
212 },
213 "showSocials": {
214 "type": "boolean",
215 "default": true
216 },
217 "nameColor": {
218 "type": "string",
219 "default": "#111827"
220 },
221 "roleColor": {
222 "type": "string",
223 "default": "#3b82f6"
224 },
225 "bioColor": {
226 "type": "string",
227 "default": "#6b7280"
228 },
229 "socialColor": {
230 "type": "string",
231 "default": "#6b7280"
232 },
233 "socialHoverColor": {
234 "type": "string",
235 "default": "#111827"
236 },
237 "nameTypo": {
238 "type": "object",
239 "default": {}
240 },
241 "roleTypo": {
242 "type": "object",
243 "default": {}
244 },
245 "bioTypo": {
246 "type": "object",
247 "default": {}
248 },
249 "nameSize": {
250 "type": "number",
251 "default": 18
252 },
253 "roleSize": {
254 "type": "number",
255 "default": 14
256 },
257 "bioSize": {
258 "type": "number",
259 "default": 14
260 },
261 "nameWeight": {
262 "type": "number",
263 "default": 700
264 },
265 "roleWeight": {
266 "type": "number",
267 "default": 600
268 },
269 "socialSize": {
270 "type": "number",
271 "default": 18
272 },
273 "hoverLift": {
274 "type": "boolean",
275 "default": true
276 },
277 "hoverLiftAmount": {
278 "type": "number",
279 "default": 6
280 },
281 "infiniteScroll": {
282 "type": "boolean",
283 "default": true
284 },
285 "autoScroll": {
286 "type": "boolean",
287 "default": false
288 },
289 "autoScrollSpeed": {
290 "type": "number",
291 "default": 40
292 },
293 "autoScrollPauseOnHover": {
294 "type": "boolean",
295 "default": true
296 },
297 "nameLineHeight": {
298 "type": "number",
299 "default": 1.2
300 },
301 "bioLineHeight": {
302 "type": "number",
303 "default": 1.6
304 }
305 }
306 }