PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.11
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.11
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 / feature-split / block.json

block.json in Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor 2.0.11, at blocks/feature-split/block.json

293 lines 7.4 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/feature-split",
5 "title": "Feature Split",
6 "description": "Elegant two-column section — rich content (badge, headline, body, feature list, CTAs) paired with an image. The essential landing page block.",
7 "icon": "columns",
8 "category": "bkbg-marketing",
9 "keywords": [
10 "feature",
11 "split",
12 "image",
13 "cta",
14 "two column",
15 "hero",
16 "section"
17 ],
18 "textdomain": "blockenberg",
19 "editorScript": "bkbg-feature-split-editor",
20 "style": "bkbg-feature-split-style",
21 "viewScript": "bkbg-feature-split-frontend",
22 "supports": {
23 "html": false,
24 "align": [
25 "wide",
26 "full"
27 ]
28 },
29 "attributes": {
30 "imageUrl": {
31 "type": "string",
32 "default": ""
33 },
34 "imageId": {
35 "type": "number",
36 "default": 0
37 },
38 "imageAlt": {
39 "type": "string",
40 "default": ""
41 },
42 "imagePosition": {
43 "type": "string",
44 "default": "right"
45 },
46 "imageWidth": {
47 "type": "number",
48 "default": 50
49 },
50 "imageRadius": {
51 "type": "number",
52 "default": 16
53 },
54 "imageShadow": {
55 "type": "boolean",
56 "default": true
57 },
58 "imageOverlap": {
59 "type": "boolean",
60 "default": false
61 },
62 "eyebrow": {
63 "type": "string",
64 "default": "Why choose us"
65 },
66 "showEyebrow": {
67 "type": "boolean",
68 "default": true
69 },
70 "headline": {
71 "type": "string",
72 "default": "Everything you need, in one place."
73 },
74 "body": {
75 "type": "string",
76 "default": "Stop juggling a dozen tools. Our platform brings your entire workflow under one roof — so your team stays focused, aligned, and moving fast."
77 },
78 "showBody": {
79 "type": "boolean",
80 "default": true
81 },
82 "features": {
83 "type": "array",
84 "default": [
85 {
86 "id": "f1",
87 "icon": "�
88 ",
89 "text": "Set up in under 5 minutes no code needed",
90 "iconType": "custom-char",
91 "iconDashicon": "",
92 "iconImageUrl": ""
93 },
94 {
95 "id": "f2",
96 "icon": "�
97 ",
98 "text": "Connects with 200+ tools you already use",
99 "iconType": "custom-char",
100 "iconDashicon": "",
101 "iconImageUrl": ""
102 },
103 {
104 "id": "f3",
105 "icon": "�
106 ",
107 "text": "SOC 2 Type II certified and GDPR compliant",
108 "iconType": "custom-char",
109 "iconDashicon": "",
110 "iconImageUrl": ""
111 },
112 {
113 "id": "f4",
114 "icon": "�
115 ",
116 "text": "World-class support, 24 hours a day",
117 "iconType": "custom-char",
118 "iconDashicon": "",
119 "iconImageUrl": ""
120 }
121 ]
122 },
123 "showFeatures": {
124 "type": "boolean",
125 "default": true
126 },
127 "primaryBtnLabel": {
128 "type": "string",
129 "default": "Get started free"
130 },
131 "primaryBtnUrl": {
132 "type": "string",
133 "default": "#"
134 },
135 "primaryBtnTarget": {
136 "type": "boolean",
137 "default": false
138 },
139 "showPrimaryBtn": {
140 "type": "boolean",
141 "default": true
142 },
143 "secondaryBtnLabel": {
144 "type": "string",
145 "default": "See demo →"
146 },
147 "secondaryBtnUrl": {
148 "type": "string",
149 "default": "#"
150 },
151 "showSecondaryBtn": {
152 "type": "boolean",
153 "default": true
154 },
155 "style": {
156 "type": "string",
157 "default": "clean"
158 },
159 "gap": {
160 "type": "number",
161 "default": 64
162 },
163 "verticalAlign": {
164 "type": "string",
165 "default": "center"
166 },
167 "paddingTop": {
168 "type": "number",
169 "default": 64
170 },
171 "paddingBottom": {
172 "type": "number",
173 "default": 64
174 },
175 "contentMaxWidth": {
176 "type": "number",
177 "default": 540
178 },
179 "eyebrowSize": {
180 "type": "number",
181 "default": 12
182 },
183 "eyebrowWeight": {
184 "type": "string",
185 "default": "700"
186 },
187 "eyebrowLineHeight": {
188 "type": "number",
189 "default": 1.2
190 },
191 "headlineSize": {
192 "type": "number",
193 "default": 36
194 },
195 "headlineWeight": {
196 "type": "string",
197 "default": "700"
198 },
199 "headlineLineHeight": {
200 "type": "number",
201 "default": 1.2
202 },
203 "bodySize": {
204 "type": "number",
205 "default": 17
206 },
207 "bodyWeight": {
208 "type": "string",
209 "default": "400"
210 },
211 "bodyLineHeight": {
212 "type": "number",
213 "default": 1.7
214 },
215 "featureSize": {
216 "type": "number",
217 "default": 15
218 },
219 "featureWeight": {
220 "type": "string",
221 "default": "500"
222 },
223 "featureLineHeight": {
224 "type": "number",
225 "default": 1.5
226 },
227 "typoEyebrow": {
228 "type": "object",
229 "default": {}
230 },
231 "typoHeadline": {
232 "type": "object",
233 "default": {}
234 },
235 "typoBody": {
236 "type": "object",
237 "default": {}
238 },
239 "typoFeature": {
240 "type": "object",
241 "default": {}
242 },
243 "btnRadius": {
244 "type": "number",
245 "default": 50
246 },
247 "sectionBg": {
248 "type": "string",
249 "default": ""
250 },
251 "contentBg": {
252 "type": "string",
253 "default": ""
254 },
255 "eyebrowBg": {
256 "type": "string",
257 "default": "#ede9fe"
258 },
259 "eyebrowColor": {
260 "type": "string",
261 "default": "#6c3fb5"
262 },
263 "headlineColor": {
264 "type": "string",
265 "default": "#0f172a"
266 },
267 "bodyColor": {
268 "type": "string",
269 "default": "#475569"
270 },
271 "featureColor": {
272 "type": "string",
273 "default": "#334155"
274 },
275 "primaryBtnBg": {
276 "type": "string",
277 "default": "#6c3fb5"
278 },
279 "primaryBtnColor": {
280 "type": "string",
281 "default": "#ffffff"
282 },
283 "secBtnColor": {
284 "type": "string",
285 "default": "#6c3fb5"
286 },
287 "accentColor": {
288 "type": "string",
289 "default": "#6c3fb5"
290 }
291 }
292 }
293