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

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

268 lines 7.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "$schema": "https://schemas.wp.org/trunk/block.json",
3 "apiVersion": 3,
4 "name": "blockenberg/bio-section",
5 "version": "1.0.0",
6 "title": "Bio Section",
7 "category": "bkbg-business",
8 "icon": "admin-users",
9 "description": "Personal biography section for coaches, authors, consultants, and founders. Features large photo, name, title, rich bio text, credential badges, a pull quote, and social links. Multiple layout options.",
10 "keywords": [
11 "bio",
12 "biography",
13 "about",
14 "author",
15 "founder",
16 "coach",
17 "profile",
18 "personal"
19 ],
20 "textdomain": "blockenberg",
21 "editorScript": "bkbg-bio-section-editor",
22 "style": "bkbg-bio-section-style",
23 "viewScript": "bkbg-bio-section-frontend",
24 "supports": {
25 "html": false,
26 "align": [
27 "wide",
28 "full"
29 ]
30 },
31 "attributes": {
32 "imageUrl": {
33 "type": "string",
34 "default": ""
35 },
36 "imageId": {
37 "type": "integer",
38 "default": 0
39 },
40 "imageAlt": {
41 "type": "string",
42 "default": ""
43 },
44 "imageShape": {
45 "type": "string",
46 "default": "rounded"
47 },
48 "name": {
49 "type": "string",
50 "default": "Sarah Mitchell"
51 },
52 "title": {
53 "type": "string",
54 "default": "Business Coach & Bestselling Author"
55 },
56 "subtitle": {
57 "type": "string",
58 "default": "Forbes 30 Under 30 · 2× TEDx Speaker"
59 },
60 "showSubtitle": {
61 "type": "boolean",
62 "default": true
63 },
64 "bio": {
65 "type": "string",
66 "default": "I help ambitious entrepreneurs build six-figure businesses without burning out. With over a decade of hands-on experience coaching 500+ founders across 40 countries, I've distilled the frameworks that actually work — into actionable strategies you can use starting today.<br><br>Before building my coaching practice, I spent years in the trenches as a startup founder, raising venture capital, managing teams, and learning the hard lessons most business schools don't teach."
67 },
68 "credentials": {
69 "type": "array",
70 "default": [
71 {
72 "text": "500+ Clients Coached"
73 },
74 {
75 "text": "10+ Years Experience"
76 },
77 {
78 "text": "Bestselling Author"
79 },
80 {
81 "text": "Harvard MBA"
82 }
83 ]
84 },
85 "showCredentials": {
86 "type": "boolean",
87 "default": true
88 },
89 "highlightQuote": {
90 "type": "string",
91 "default": "\"Success isn't about working harder — it's about working on the right things, with the right people, at the right time.\""
92 },
93 "showQuote": {
94 "type": "boolean",
95 "default": true
96 },
97 "socials": {
98 "type": "array",
99 "default": [
100 {
101 "platform": "twitter",
102 "url": "#",
103 "label": "Twitter"
104 },
105 {
106 "platform": "linkedin",
107 "url": "#",
108 "label": "LinkedIn"
109 },
110 {
111 "platform": "instagram",
112 "url": "#",
113 "label": "Instagram"
114 },
115 {
116 "platform": "website",
117 "url": "#",
118 "label": "Website"
119 }
120 ]
121 },
122 "showSocials": {
123 "type": "boolean",
124 "default": true
125 },
126 "ctaEnabled": {
127 "type": "boolean",
128 "default": true
129 },
130 "ctaLabel": {
131 "type": "string",
132 "default": "Work with me →"
133 },
134 "ctaUrl": {
135 "type": "string",
136 "default": "#"
137 },
138 "ctaIsExternal": {
139 "type": "boolean",
140 "default": false
141 },
142 "layout": {
143 "type": "string",
144 "default": "image-left"
145 },
146 "imageWidth": {
147 "type": "integer",
148 "default": 380
149 },
150 "imageRadius": {
151 "type": "integer",
152 "default": 16
153 },
154 "showDecorator": {
155 "type": "boolean",
156 "default": true
157 },
158 "bgColor": {
159 "type": "string",
160 "default": "#ffffff"
161 },
162 "nameColor": {
163 "type": "string",
164 "default": "#111827"
165 },
166 "titleColor": {
167 "type": "string",
168 "default": "#7c3aed"
169 },
170 "subtitleColor": {
171 "type": "string",
172 "default": "#6b7280"
173 },
174 "bioColor": {
175 "type": "string",
176 "default": "#374151"
177 },
178 "credentialBg": {
179 "type": "string",
180 "default": "#f3f0ff"
181 },
182 "credentialColor": {
183 "type": "string",
184 "default": "#5b21b6"
185 },
186 "quoteColor": {
187 "type": "string",
188 "default": "#111827"
189 },
190 "quoteBorderColor": {
191 "type": "string",
192 "default": "#7c3aed"
193 },
194 "accentColor": {
195 "type": "string",
196 "default": "#7c3aed"
197 },
198 "decoratorColor": {
199 "type": "string",
200 "default": "#f3f0ff"
201 },
202 "ctaBg": {
203 "type": "string",
204 "default": "#7c3aed"
205 },
206 "ctaColor": {
207 "type": "string",
208 "default": "#ffffff"
209 },
210 "socialColor": {
211 "type": "string",
212 "default": "#6b7280"
213 },
214 "nameSize": {
215 "type": "integer",
216 "default": 36
217 },
218 "titleSize": {
219 "type": "integer",
220 "default": 16
221 },
222 "bioSize": {
223 "type": "integer",
224 "default": 16
225 },
226 "subtitleFontSize": {
227 "type": "integer",
228 "default": 14
229 },
230 "quoteFontSize": {
231 "type": "integer",
232 "default": 17
233 },
234 "typoName": {
235 "type": "object",
236 "default": {}
237 },
238 "typoTitle": {
239 "type": "object",
240 "default": {}
241 },
242 "typoSubtitle": {
243 "type": "object",
244 "default": {}
245 },
246 "typoBio": {
247 "type": "object",
248 "default": {}
249 },
250 "typoQuote": {
251 "type": "object",
252 "default": {}
253 },
254 "maxWidth": {
255 "type": "integer",
256 "default": 1060
257 },
258 "paddingTop": {
259 "type": "integer",
260 "default": 80
261 },
262 "paddingBottom": {
263 "type": "integer",
264 "default": 80
265 }
266 }
267 }
268