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

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

235 lines 6.7 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/use-case-section",
5 "title": "Use Case Section",
6 "category": "bkbg-marketing",
7 "icon": "grid-view",
8 "description": "Showcase who your product is built for — personas or use cases each with icon, title, description and features list.",
9 "textdomain": "blockenberg",
10 "editorScript": "bkbg-use-case-section-editor",
11 "style": "bkbg-use-case-section-style",
12 "viewScript": "bkbg-use-case-section-frontend",
13 "attributes": {
14 "cases": {
15 "type": "array",
16 "default": [
17 {
18 "id": "uc1",
19 "icon": "👩‍💻",
20 "iconType": "custom-char",
21 "iconDashicon": "",
22 "iconImageUrl": "",
23 "title": "Developers",
24 "description": "Build faster with our CLI, APIs, and GitHub sync. Zero config. Full control.",
25 "features": [
26 {
27 "id": "f1",
28 "text": "GitHub / GitLab integration"
29 },
30 {
31 "id": "f2",
32 "text": "CI/CD pipelines"
33 },
34 {
35 "id": "f3",
36 "text": "REST & GraphQL API"
37 }
38 ],
39 "ctaLabel": "Read docs →",
40 "ctaUrl": "#",
41 "accentColor": "#6c3fb5"
42 },
43 {
44 "id": "uc2",
45 "icon": "🎨",
46 "iconType": "custom-char",
47 "iconDashicon": "",
48 "iconImageUrl": "",
49 "title": "Designers",
50 "description": "Design and preview in real-time. Collaborate without hand-off friction.",
51 "features": [
52 {
53 "id": "f4",
54 "text": "Figma plugin"
55 },
56 {
57 "id": "f5",
58 "text": "Live preview"
59 },
60 {
61 "id": "f6",
62 "text": "Design tokens"
63 }
64 ],
65 "ctaLabel": "See examples →",
66 "ctaUrl": "#",
67 "accentColor": "#0ea5e9"
68 },
69 {
70 "id": "uc3",
71 "icon": "📈",
72 "iconType": "custom-char",
73 "iconDashicon": "",
74 "iconImageUrl": "",
75 "title": "Marketers",
76 "description": "Launch campaigns fast. Update content without touching code.",
77 "features": [
78 {
79 "id": "f7",
80 "text": "No-code editor"
81 },
82 {
83 "id": "f8",
84 "text": "A/B testing"
85 },
86 {
87 "id": "f9",
88 "text": "Analytics built-in"
89 }
90 ],
91 "ctaLabel": "Try it free →",
92 "ctaUrl": "#",
93 "accentColor": "#10b981"
94 }
95 ]
96 },
97 "displayStyle": {
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 "cardRadius": {
110 "type": "number",
111 "default": 16
112 },
113 "cardPadding": {
114 "type": "number",
115 "default": 32
116 },
117 "showFeatures": {
118 "type": "boolean",
119 "default": true
120 },
121 "showCta": {
122 "type": "boolean",
123 "default": true
124 },
125 "iconSize": {
126 "type": "number",
127 "default": 40
128 },
129 "sectionTitle": {
130 "type": "string",
131 "default": "Built for every team"
132 },
133 "sectionSubtitle": {
134 "type": "string",
135 "default": "Whether you're a developer, designer, or marketer — we have the tools you need."
136 },
137 "showHeader": {
138 "type": "boolean",
139 "default": true
140 },
141 "headerAlign": {
142 "type": "string",
143 "default": "center"
144 },
145 "eyebrow": {
146 "type": "string",
147 "default": "Use Cases"
148 },
149 "showEyebrow": {
150 "type": "boolean",
151 "default": true
152 },
153 "titleTypo": {
154 "type": "object",
155 "default": {}
156 },
157 "descTypo": {
158 "type": "object",
159 "default": {}
160 },
161 "paddingTop": {
162 "type": "number",
163 "default": 72
164 },
165 "paddingBottom": {
166 "type": "number",
167 "default": 72
168 },
169 "headerGap": {
170 "type": "number",
171 "default": 52
172 },
173 "sectionBg": {
174 "type": "string",
175 "default": ""
176 },
177 "cardBg": {
178 "type": "string",
179 "default": "#ffffff"
180 },
181 "cardBorder": {
182 "type": "string",
183 "default": "#e2e8f0"
184 },
185 "titleColor": {
186 "type": "string",
187 "default": "#0f172a"
188 },
189 "descColor": {
190 "type": "string",
191 "default": "#475569"
192 },
193 "featureColor": {
194 "type": "string",
195 "default": "#1e293b"
196 },
197 "checkColor": {
198 "type": "string",
199 "default": "#10b981"
200 },
201 "eyebrowBg": {
202 "type": "string",
203 "default": "#f0ebff"
204 },
205 "eyebrowColor": {
206 "type": "string",
207 "default": "#6c3fb5"
208 },
209 "sectionTitleColor": {
210 "type": "string",
211 "default": ""
212 },
213 "sectionSubColor": {
214 "type": "string",
215 "default": ""
216 }
217 },
218 "supports": {
219 "html": false,
220 "align": [
221 "wide",
222 "full"
223 ]
224 },
225 "keywords": [
226 "use case",
227 "persona",
228 "audience",
229 "built for",
230 "target",
231 "cards",
232 "section"
233 ]
234 }
235