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

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

244 lines 6.7 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/icon-feature-grid",
4 "title": "Icon Feature Grid",
5 "category": "bkbg-marketing",
6 "icon": "grid-view",
7 "description": "Responsive grid of features with icons, titles and descriptions. Perfect for product pages, landing pages, and about sections.",
8 "keywords": [
9 "features",
10 "grid",
11 "icons",
12 "benefits",
13 "services",
14 "cards",
15 "why us"
16 ],
17 "textdomain": "blockenberg",
18 "editorScript": "bkbg-icon-feature-grid-editor",
19 "editorStyle": "bkbg-icon-feature-grid-style",
20 "style": "bkbg-icon-feature-grid-style",
21 "supports": {
22 "html": false,
23 "align": [
24 "wide",
25 "full"
26 ]
27 },
28 "attributes": {
29 "heading": {
30 "type": "string",
31 "default": "Everything you need to succeed"
32 },
33 "showHeading": {
34 "type": "boolean",
35 "default": true
36 },
37 "subheading": {
38 "type": "string",
39 "default": "A complete toolkit designed to help your team move faster, collaborate better, and build with confidence."
40 },
41 "showSubheading": {
42 "type": "boolean",
43 "default": true
44 },
45 "items": {
46 "type": "array",
47 "default": [
48 {
49 "icon": "dashicons-performance",
50 "title": "Lightning Fast",
51 "description": "Built for speed from the ground up. Delivers results in milliseconds, not seconds.",
52 "accentColor": "#6c3fb5"
53 },
54 {
55 "icon": "dashicons-shield-alt",
56 "title": "Enterprise Security",
57 "description": "Bank-grade encryption, SSO, and compliance tools that meet the standards of the most demanding teams.",
58 "accentColor": "#3b82f6"
59 },
60 {
61 "icon": "dashicons-chart-line",
62 "title": "Powerful Analytics",
63 "description": "Real-time insights and custom reports that give you a clear picture of what's working and what isn't.",
64 "accentColor": "#10b981"
65 },
66 {
67 "icon": "dashicons-groups",
68 "title": "Team Collaboration",
69 "description": "Shared workspaces, roles and permissions, and live co-editing make working together effortless.",
70 "accentColor": "#f59e0b"
71 },
72 {
73 "icon": "dashicons-migrate",
74 "title": "Easy Integrations",
75 "description": "Connect with 200+ tools you already use. Zapier, Slack, Notion, GitHub, and many more.",
76 "accentColor": "#ef4444"
77 },
78 {
79 "icon": "dashicons-sos",
80 "title": "24/7 Support",
81 "description": "World-class support available round the clock. Average response time under 2 minutes.",
82 "accentColor": "#ec4899"
83 }
84 ]
85 },
86 "columns": {
87 "type": "number",
88 "default": 3
89 },
90 "style": {
91 "type": "string",
92 "default": "card"
93 },
94 "iconStyle": {
95 "type": "string",
96 "default": "circle"
97 },
98 "useItemAccent": {
99 "type": "boolean",
100 "default": true
101 },
102 "globalAccent": {
103 "type": "string",
104 "default": "#6c3fb5"
105 },
106 "iconSize": {
107 "type": "number",
108 "default": 24
109 },
110 "iconBoxSize": {
111 "type": "number",
112 "default": 52
113 },
114 "iconRadius": {
115 "type": "number",
116 "default": 50
117 },
118 "titleSize": {
119 "type": "number",
120 "default": 18
121 },
122 "titleWeight": {
123 "type": "string",
124 "default": "700"
125 },
126 "titleLineHeight": {
127 "type": "number",
128 "default": 1.3
129 },
130 "descSize": {
131 "type": "number",
132 "default": 15
133 },
134 "descWeight": {
135 "type": "string",
136 "default": "400"
137 },
138 "descLineHeight": {
139 "type": "number",
140 "default": 1.6
141 },
142 "cardPadding": {
143 "type": "number",
144 "default": 28
145 },
146 "cardRadius": {
147 "type": "number",
148 "default": 14
149 },
150 "gap": {
151 "type": "number",
152 "default": 20
153 },
154 "headingSize": {
155 "type": "number",
156 "default": 36
157 },
158 "headingWeight": {
159 "type": "string",
160 "default": "800"
161 },
162 "headingLineHeight": {
163 "type": "number",
164 "default": 1.2
165 },
166 "headingAlign": {
167 "type": "string",
168 "default": "center"
169 },
170 "subSize": {
171 "type": "number",
172 "default": 18
173 },
174 "subWeight": {
175 "type": "string",
176 "default": "600"
177 },
178 "subLineHeight": {
179 "type": "number",
180 "default": 1.4
181 },
182 "sectionGap": {
183 "type": "number",
184 "default": 56
185 },
186 "paddingTop": {
187 "type": "number",
188 "default": 64
189 },
190 "paddingBottom": {
191 "type": "number",
192 "default": 64
193 },
194 "bgColor": {
195 "type": "string",
196 "default": "#ffffff"
197 },
198 "headingColor": {
199 "type": "string",
200 "default": "#0f172a"
201 },
202 "subColor": {
203 "type": "string",
204 "default": "#64748b"
205 },
206 "titleColor": {
207 "type": "string",
208 "default": "#0f172a"
209 },
210 "descColor": {
211 "type": "string",
212 "default": "#475569"
213 },
214 "cardBg": {
215 "type": "string",
216 "default": "#ffffff"
217 },
218 "cardBorder": {
219 "type": "string",
220 "default": "#e2e8f0"
221 },
222 "iconBg": {
223 "type": "string",
224 "default": ""
225 },
226 "headingTypo": {
227 "type": "object",
228 "default": {}
229 },
230 "subTypo": {
231 "type": "object",
232 "default": {}
233 },
234 "titleTypo": {
235 "type": "object",
236 "default": {}
237 },
238 "descTypo": {
239 "type": "object",
240 "default": {}
241 }
242 }
243 }
244