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

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

218 lines 6.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/feature-showcase",
5 "version": "1.0.0",
6 "title": "Feature Showcase",
7 "category": "bkbg-marketing",
8 "icon": "align-left",
9 "description": "Alternating zigzag rows of image + headline + body text + bullet checklist + CTA. The definitive landing page feature section.",
10 "keywords": [
11 "feature",
12 "showcase",
13 "zigzag",
14 "alternating",
15 "landing",
16 "benefits",
17 "image text"
18 ],
19 "textdomain": "blockenberg",
20 "editorScript": "bkbg-feature-showcase-editor",
21 "editorStyle": "bkbg-feature-showcase-style",
22 "style": "bkbg-feature-showcase-style",
23 "viewScript": "bkbg-feature-showcase-frontend",
24 "supports": {
25 "html": false,
26 "anchor": true,
27 "className": true,
28 "align": [
29 "wide",
30 "full"
31 ]
32 },
33 "attributes": {
34 "rows": {
35 "type": "array",
36 "default": [
37 {
38 "id": "fs1",
39 "imageUrl": "",
40 "imageId": 0,
41 "imagePosition": "right",
42 "badge": "Fast & Reliable",
43 "headline": "Performance that scales with you",
44 "body": "Built on a modern architecture, the platform handles millions of requests without breaking a sweat — giving your team the speed it needs.",
45 "bullets": [
46 {
47 "id": "b1",
48 "text": "99.99% uptime SLA guaranteed"
49 },
50 {
51 "id": "b2",
52 "text": "Sub-100ms response times globally"
53 },
54 {
55 "id": "b3",
56 "text": "Auto-scaling infrastructure"
57 }
58 ],
59 "ctaLabel": "Get started",
60 "ctaUrl": "#",
61 "ctaTarget": false,
62 "ctaStyle": "filled"
63 },
64 {
65 "id": "fs2",
66 "imageUrl": "",
67 "imageId": 0,
68 "imagePosition": "left",
69 "badge": "Integrated",
70 "headline": "Connect every tool in your stack",
71 "body": "Native integrations with 200+ tools mean your data flows automatically — no Zapier hacks, no brittle scripts, just reliable automation.",
72 "bullets": [
73 {
74 "id": "b4",
75 "text": "One-click native integrations"
76 },
77 {
78 "id": "b5",
79 "text": "Bi-directional data sync"
80 },
81 {
82 "id": "b6",
83 "text": "Webhook & REST API support"
84 }
85 ],
86 "ctaLabel": "See integrations",
87 "ctaUrl": "#",
88 "ctaTarget": false,
89 "ctaStyle": "outline"
90 }
91 ],
92 "items": {
93 "type": "object"
94 }
95 },
96 "gap": {
97 "type": "number",
98 "default": 96
99 },
100 "imageWidth": {
101 "type": "number",
102 "default": 50
103 },
104 "imageRadius": {
105 "type": "number",
106 "default": 16
107 },
108 "imageShadow": {
109 "type": "boolean",
110 "default": true
111 },
112 "imageRatio": {
113 "type": "string",
114 "default": "4/3"
115 },
116 "showBadge": {
117 "type": "boolean",
118 "default": true
119 },
120 "showBullets": {
121 "type": "boolean",
122 "default": true
123 },
124 "bulletIcon": {
125 "type": "string",
126 "default": "check"
127 },
128 "headlineTag": {
129 "type": "string",
130 "default": "h2"
131 },
132 "headlineSize": {
133 "type": "number",
134 "default": 36
135 },
136 "bodySize": {
137 "type": "number",
138 "default": 16
139 },
140 "bulletSize": {
141 "type": "number",
142 "default": 15
143 },
144 "badgeSize": {
145 "type": "number",
146 "default": 13
147 },
148 "typoHeadline": {
149 "type": "object",
150 "default": {}
151 },
152 "typoBody": {
153 "type": "object",
154 "default": {}
155 },
156 "typoBullet": {
157 "type": "object",
158 "default": {}
159 },
160 "typoBadge": {
161 "type": "object",
162 "default": {}
163 },
164 "ctaRadius": {
165 "type": "number",
166 "default": 8
167 },
168 "accentColor": {
169 "type": "string",
170 "default": "#6c3fb5"
171 },
172 "badgeColor": {
173 "type": "string",
174 "default": "#6c3fb5"
175 },
176 "badgeBg": {
177 "type": "string",
178 "default": "#f3f0ff"
179 },
180 "headlineColor": {
181 "type": "string",
182 "default": "#111827"
183 },
184 "bodyColor": {
185 "type": "string",
186 "default": "#6b7280"
187 },
188 "bulletColor": {
189 "type": "string",
190 "default": "#111827"
191 },
192 "bulletIconColor": {
193 "type": "string",
194 "default": "#6c3fb5"
195 },
196 "ctaColor": {
197 "type": "string",
198 "default": "#ffffff"
199 },
200 "ctaBg": {
201 "type": "string",
202 "default": "#6c3fb5"
203 },
204 "bgColor": {
205 "type": "string",
206 "default": ""
207 },
208 "paddingTop": {
209 "type": "number",
210 "default": 60
211 },
212 "paddingBottom": {
213 "type": "number",
214 "default": 60
215 }
216 }
217 }
218