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

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

287 lines 6.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {
2 "apiVersion": 3,
3 "$schema": "https://schemas.wp.org/trunk/block.json",
4 "name": "blockenberg/icon-box",
5 "title": "Icon Box",
6 "category": "bkbg-content",
7 "icon": "star-filled",
8 "description": "Single card with icon, title, text, and optional link button. Perfect for feature lists inside Row/Column.",
9 "keywords": [
10 "icon",
11 "box",
12 "card",
13 "feature",
14 "service",
15 "cta"
16 ],
17 "textdomain": "blockenberg",
18 "editorScript": "bkbg-icon-box-editor",
19 "editorStyle": "bkbg-icon-box-style",
20 "style": "bkbg-icon-box-style",
21 "viewScript": "bkbg-icon-box-frontend",
22 "supports": {
23 "html": false,
24 "anchor": true,
25 "className": true,
26 "align": [
27 "wide",
28 "full"
29 ]
30 },
31 "attributes": {
32 "title": {
33 "type": "string",
34 "default": "Feature Title"
35 },
36 "text": {
37 "type": "string",
38 "default": "A brief description of this feature or service. Keep it concise and focused on the benefit."
39 },
40 "titleTag": {
41 "type": "string",
42 "default": "h3"
43 },
44 "iconType": {
45 "type": "string",
46 "default": "star"
47 },
48 "iconChar": {
49 "type": "string",
50 "default": "�
51 "
52 },
53 "iconDashicon": {
54 "type": "string",
55 "default": "star-filled"
56 },
57 "iconImageUrl": {
58 "type": "string",
59 "default": ""
60 },
61 "iconSize": {
62 "type": "number",
63 "default": 40
64 },
65 "iconColor": {
66 "type": "string",
67 "default": "#3b82f6"
68 },
69 "iconShape": {
70 "type": "string",
71 "default": "circle-filled"
72 },
73 "iconBgColor": {
74 "type": "string",
75 "default": "#dbeafe"
76 },
77 "iconBgSize": {
78 "type": "number",
79 "default": 80
80 },
81 "iconBgRadius": {
82 "type": "number",
83 "default": 50
84 },
85 "iconPosition": {
86 "type": "string",
87 "default": "top"
88 },
89 "iconAlignTop": {
90 "type": "boolean",
91 "default": false
92 },
93 "textAlign": {
94 "type": "string",
95 "default": "center"
96 },
97 "contentGap": {
98 "type": "number",
99 "default": 20
100 },
101 "titleSize": {
102 "type": "number",
103 "default": 20
104 },
105 "titleWeight": {
106 "type": "number",
107 "default": 700
108 },
109 "titleColor": {
110 "type": "string",
111 "default": "#1e293b"
112 },
113 "titleLineHeight": {
114 "type": "number",
115 "default": 1.3
116 },
117 "titleSpacing": {
118 "type": "number",
119 "default": 10
120 },
121 "textSize": {
122 "type": "number",
123 "default": 15
124 },
125 "textWeight": {
126 "type": "number",
127 "default": 400
128 },
129 "textColor": {
130 "type": "string",
131 "default": "#6b7280"
132 },
133 "textLineHeight": {
134 "type": "number",
135 "default": 1.7
136 },
137 "titleTypo": {
138 "type": "object",
139 "default": {}
140 },
141 "textTypo": {
142 "type": "object",
143 "default": {}
144 },
145 "linkEnabled": {
146 "type": "boolean",
147 "default": false
148 },
149 "linkText": {
150 "type": "string",
151 "default": "Learn More"
152 },
153 "linkUrl": {
154 "type": "string",
155 "default": ""
156 },
157 "linkTarget": {
158 "type": "string",
159 "default": "_self"
160 },
161 "linkStyle": {
162 "type": "string",
163 "default": "solid"
164 },
165 "linkSize": {
166 "type": "number",
167 "default": 14
168 },
169 "linkBg": {
170 "type": "string",
171 "default": "#3b82f6"
172 },
173 "linkColor": {
174 "type": "string",
175 "default": "#ffffff"
176 },
177 "linkBgHover": {
178 "type": "string",
179 "default": "#2563eb"
180 },
181 "linkColorHover": {
182 "type": "string",
183 "default": "#ffffff"
184 },
185 "linkBorderColor": {
186 "type": "string",
187 "default": "#3b82f6"
188 },
189 "linkBorderWidth": {
190 "type": "number",
191 "default": 2
192 },
193 "linkRadius": {
194 "type": "number",
195 "default": 6
196 },
197 "linkPaddingV": {
198 "type": "number",
199 "default": 10
200 },
201 "linkPaddingH": {
202 "type": "number",
203 "default": 22
204 },
205 "linkWeight": {
206 "type": "number",
207 "default": 600
208 },
209 "linkSpacingTop": {
210 "type": "number",
211 "default": 16
212 },
213 "cardBg": {
214 "type": "string",
215 "default": "#ffffff"
216 },
217 "cardBgHover": {
218 "type": "string",
219 "default": ""
220 },
221 "cardPaddingTop": {
222 "type": "number",
223 "default": 36
224 },
225 "cardPaddingRight": {
226 "type": "number",
227 "default": 32
228 },
229 "cardPaddingBottom": {
230 "type": "number",
231 "default": 36
232 },
233 "cardPaddingLeft": {
234 "type": "number",
235 "default": 32
236 },
237 "cardBorderWidth": {
238 "type": "number",
239 "default": 1
240 },
241 "cardBorderStyle": {
242 "type": "string",
243 "default": "solid"
244 },
245 "cardBorderColor": {
246 "type": "string",
247 "default": "#e2e8f0"
248 },
249 "cardBorderRadius": {
250 "type": "number",
251 "default": 16
252 },
253 "hoverEffect": {
254 "type": "string",
255 "default": "lift"
256 },
257 "cardShadow": {
258 "type": "boolean",
259 "default": true
260 },
261 "cardShadowH": {
262 "type": "number",
263 "default": 0
264 },
265 "cardShadowV": {
266 "type": "number",
267 "default": 4
268 },
269 "cardShadowBlur": {
270 "type": "number",
271 "default": 24
272 },
273 "cardShadowSpread": {
274 "type": "number",
275 "default": 0
276 },
277 "cardShadowColor": {
278 "type": "string",
279 "default": "rgba(0,0,0,0.07)"
280 },
281 "cardShadowHover": {
282 "type": "string",
283 "default": "0 12px 40px 0 rgba(0,0,0,0.12)"
284 }
285 }
286 }
287