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 / split-benefits / block.json

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

260 lines 6.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "name": "blockenberg/split-benefits",
4 "title": "Split Benefits",
5 "category": "bkbg-marketing",
6 "icon": "layout",
7 "description": "A split section with an image on one side and a benefits checklist, headline, and CTAs on the other. A cornerstone landing page pattern.",
8 "keywords": [
9 "split",
10 "benefits",
11 "checklist",
12 "features",
13 "image",
14 "section",
15 "landing page",
16 "why us"
17 ],
18 "textdomain": "blockenberg",
19 "editorScript": "bkbg-split-benefits-editor",
20 "editorStyle": "bkbg-split-benefits-style",
21 "style": "bkbg-split-benefits-style",
22 "supports": {
23 "html": false,
24 "align": [
25 "wide",
26 "full"
27 ]
28 },
29 "attributes": {
30 "eyebrow": {
31 "type": "string",
32 "default": "Why teams choose us"
33 },
34 "showEyebrow": {
35 "type": "boolean",
36 "default": true
37 },
38 "heading": {
39 "type": "string",
40 "default": "Everything you need to grow faster"
41 },
42 "subheading": {
43 "type": "string",
44 "default": "Purpose-built for modern teams who want to move fast without breaking things."
45 },
46 "showSubheading": {
47 "type": "boolean",
48 "default": true
49 },
50 "benefits": {
51 "type": "array",
52 "default": [
53 {
54 "text": "Set up in minutes, no technical skills required"
55 },
56 {
57 "text": "Connects with 100+ tools you already use"
58 },
59 {
60 "text": "Real-time analytics and reporting built-in"
61 },
62 {
63 "text": "Enterprise-grade security and compliance"
64 },
65 {
66 "text": "Dedicated onboarding and 24/7 support"
67 }
68 ]
69 },
70 "showBenefits": {
71 "type": "boolean",
72 "default": true
73 },
74 "ctaText": {
75 "type": "string",
76 "default": "Start Free Trial"
77 },
78 "ctaUrl": {
79 "type": "string",
80 "default": "#"
81 },
82 "showCta": {
83 "type": "boolean",
84 "default": true
85 },
86 "ctaSecondaryText": {
87 "type": "string",
88 "default": "See a Demo"
89 },
90 "ctaSecondaryUrl": {
91 "type": "string",
92 "default": "#"
93 },
94 "showSecondaryCta": {
95 "type": "boolean",
96 "default": true
97 },
98 "imageUrl": {
99 "type": "string",
100 "default": ""
101 },
102 "imageId": {
103 "type": "number",
104 "default": 0
105 },
106 "imageAlt": {
107 "type": "string",
108 "default": ""
109 },
110 "imagePosition": {
111 "type": "string",
112 "default": "right"
113 },
114 "imageStyle": {
115 "type": "string",
116 "default": "rounded"
117 },
118 "imageRadius": {
119 "type": "number",
120 "default": 20
121 },
122 "style": {
123 "type": "string",
124 "default": "clean"
125 },
126 "ratio": {
127 "type": "string",
128 "default": "50-50"
129 },
130 "verticalAlign": {
131 "type": "string",
132 "default": "center"
133 },
134 "iconType": {
135 "type": "string",
136 "default": "check-circle"
137 },
138 "iconColor": {
139 "type": "string",
140 "default": "#6c3fb5"
141 },
142 "iconSize": {
143 "type": "number",
144 "default": 20
145 },
146 "itemFontSize": {
147 "type": "number",
148 "default": 16
149 },
150 "itemFontWeight": {
151 "type": "number",
152 "default": 500
153 },
154 "itemLineHeight": {
155 "type": "number",
156 "default": 1.5
157 },
158 "itemGap": {
159 "type": "number",
160 "default": 14
161 },
162 "headingSize": {
163 "type": "number",
164 "default": 36
165 },
166 "headingWeight": {
167 "type": "number",
168 "default": 800
169 },
170 "eyebrowSize": {
171 "type": "number",
172 "default": 12
173 },
174 "subSize": {
175 "type": "number",
176 "default": 17
177 },
178 "btnRadius": {
179 "type": "number",
180 "default": 8
181 },
182 "btnSize": {
183 "type": "number",
184 "default": 16
185 },
186 "headingTypo": {
187 "type": "object",
188 "default": {}
189 },
190 "eyebrowTypo": {
191 "type": "object",
192 "default": {}
193 },
194 "subTypo": {
195 "type": "object",
196 "default": {}
197 },
198 "itemTypo": {
199 "type": "object",
200 "default": {}
201 },
202 "btnTypo": {
203 "type": "object",
204 "default": {}
205 },
206 "columnGap": {
207 "type": "number",
208 "default": 64
209 },
210 "paddingTop": {
211 "type": "number",
212 "default": 64
213 },
214 "paddingBottom": {
215 "type": "number",
216 "default": 64
217 },
218 "bgColor": {
219 "type": "string",
220 "default": "#ffffff"
221 },
222 "textColor": {
223 "type": "string",
224 "default": "#475569"
225 },
226 "headingColor": {
227 "type": "string",
228 "default": "#0f172a"
229 },
230 "eyebrowColor": {
231 "type": "string",
232 "default": "#6c3fb5"
233 },
234 "subColor": {
235 "type": "string",
236 "default": "#64748b"
237 },
238 "itemColor": {
239 "type": "string",
240 "default": "#1e293b"
241 },
242 "accentColor": {
243 "type": "string",
244 "default": "#6c3fb5"
245 },
246 "btnBg": {
247 "type": "string",
248 "default": "#6c3fb5"
249 },
250 "btnText": {
251 "type": "string",
252 "default": "#ffffff"
253 },
254 "btn2Text": {
255 "type": "string",
256 "default": "#6c3fb5"
257 }
258 }
259 }
260