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

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

223 lines 4.2 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/service-cards",
5 "title": "Service Cards",
6 "description": "Grid of service offering cards with icon, title, description, bullet highlights and a learn-more link.",
7 "category": "bkbg-business",
8 "textdomain": "blockenberg",
9 "editorScript": "bkbg-service-cards-editor",
10 "style": "bkbg-service-cards-style",
11 "viewScript": "bkbg-service-cards-frontend",
12 "supports": {
13 "html": false,
14 "anchor": true,
15 "className": true,
16 "align": [
17 "wide",
18 "full"
19 ]
20 },
21 "attributes": {
22 "items": {
23 "type": "array",
24 "default": [
25 {
26 "id": "s1",
27 "icon": "🎨",
28 "iconType": "custom-char",
29 "iconDashicon": "",
30 "iconImageUrl": "",
31 "accentColor": "#6c3fb5",
32 "title": "UI/UX Design",
33 "text": "Beautiful, user-centred interfaces that convert visitors into loyal customers.",
34 "highlights": [
35 "User Research",
36 "Prototyping",
37 "Design Systems"
38 ],
39 "ctaLabel": "Learn More",
40 "ctaUrl": "#"
41 },
42 {
43 "id": "s2",
44 "icon": "",
45 "iconType": "custom-char",
46 "iconDashicon": "",
47 "iconImageUrl": "",
48 "accentColor": "#0ea5e9",
49 "title": "Web Development",
50 "text": "Fast, accessible and scalable websites tailored to your exact requirements.",
51 "highlights": [
52 "React & Next.js",
53 "WordPress",
54 "Performance Audits"
55 ],
56 "ctaLabel": "Learn More",
57 "ctaUrl": "#"
58 },
59 {
60 "id": "s3",
61 "icon": "📈",
62 "iconType": "custom-char",
63 "iconDashicon": "",
64 "iconImageUrl": "",
65 "accentColor": "#10b981",
66 "title": "Growth & SEO",
67 "text": "Data-driven strategies to grow organic traffic and increase qualified leads.",
68 "highlights": [
69 "Keyword Strategy",
70 "Technical SEO",
71 "Content Planning"
72 ],
73 "ctaLabel": "Learn More",
74 "ctaUrl": "#"
75 }
76 ]
77 },
78 "columns": {
79 "type": "number",
80 "default": 3
81 },
82 "columnsTablet": {
83 "type": "number",
84 "default": 2
85 },
86 "columnsMobile": {
87 "type": "number",
88 "default": 1
89 },
90 "gap": {
91 "type": "number",
92 "default": 28
93 },
94 "cardStyle": {
95 "type": "string",
96 "default": "card"
97 },
98 "cardPadding": {
99 "type": "number",
100 "default": 32
101 },
102 "cardRadius": {
103 "type": "number",
104 "default": 16
105 },
106 "hoverEffect": {
107 "type": "string",
108 "default": "lift"
109 },
110 "accentBarPosition": {
111 "type": "string",
112 "default": "top"
113 },
114 "accentBarHeight": {
115 "type": "number",
116 "default": 4
117 },
118 "showHighlights": {
119 "type": "boolean",
120 "default": true
121 },
122 "showCta": {
123 "type": "boolean",
124 "default": true
125 },
126 "ctaStyle": {
127 "type": "string",
128 "default": "link"
129 },
130 "ctaRadius": {
131 "type": "number",
132 "default": 8
133 },
134 "iconSize": {
135 "type": "number",
136 "default": 40
137 },
138 "iconBgSize": {
139 "type": "number",
140 "default": 64
141 },
142 "iconShape": {
143 "type": "string",
144 "default": "rounded"
145 },
146 "titleSize": {
147 "type": "number",
148 "default": 20
149 },
150 "textSize": {
151 "type": "number",
152 "default": 15
153 },
154 "highlightSize": {
155 "type": "number",
156 "default": 13
157 },
158 "ctaSize": {
159 "type": "number",
160 "default": 14
161 },
162 "useItemAccent": {
163 "type": "boolean",
164 "default": true
165 },
166 "globalAccent": {
167 "type": "string",
168 "default": "#6c3fb5"
169 },
170 "cardBg": {
171 "type": "string",
172 "default": "#ffffff"
173 },
174 "cardBorderColor": {
175 "type": "string",
176 "default": "#e5e7eb"
177 },
178 "titleColor": {
179 "type": "string",
180 "default": "#111827"
181 },
182 "textColor": {
183 "type": "string",
184 "default": "#4b5563"
185 },
186 "highlightColor": {
187 "type": "string",
188 "default": "#374151"
189 },
190 "highlightIconColor": {
191 "type": "string",
192 "default": "#6c3fb5"
193 },
194 "bgColor": {
195 "type": "string",
196 "default": ""
197 },
198 "paddingTop": {
199 "type": "number",
200 "default": 60
201 },
202 "paddingBottom": {
203 "type": "number",
204 "default": 60
205 },
206 "titleFontWeight": {
207 "type": "number",
208 "default": 700
209 },
210 "textFontWeight": {
211 "type": "number",
212 "default": 400
213 },
214 "titleTypo": {
215 "type": "object",
216 "default": {}
217 },
218 "textTypo": {
219 "type": "object",
220 "default": {}
221 }
222 }
223 }