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

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

235 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-list",
5 "title": "Feature List",
6 "category": "bkbg-marketing",
7 "icon": "yes-alt",
8 "description": "Rich feature checklist showing included / not-included / partial / coming-soon states per item. Ideal for pricing pages, plan comparisons, and product spec sheets.",
9 "keywords": [
10 "feature",
11 "checklist",
12 "included",
13 "plan",
14 "pricing",
15 "compare",
16 "list"
17 ],
18 "textdomain": "blockenberg",
19 "editorScript": "bkbg-feature-list-editor",
20 "style": "bkbg-feature-list-style",
21 "viewScript": "bkbg-feature-list-frontend",
22 "supports": {
23 "html": false,
24 "anchor": true,
25 "className": true,
26 "align": [
27 "wide",
28 "full"
29 ]
30 },
31 "attributes": {
32 "heading": {
33 "type": "string",
34 "default": "Everything in Pro"
35 },
36 "showHeading": {
37 "type": "boolean",
38 "default": true
39 },
40 "items": {
41 "type": "array",
42 "default": [
43 {
44 "label": "Unlimited projects",
45 "status": "included",
46 "description": "",
47 "badge": "",
48 "group": ""
49 },
50 {
51 "label": "Custom domain",
52 "status": "included",
53 "description": "",
54 "badge": "Popular",
55 "group": ""
56 },
57 {
58 "label": "Team members",
59 "status": "partial",
60 "description": "Up to 5 seats",
61 "badge": "",
62 "group": ""
63 },
64 {
65 "label": "Advanced analytics",
66 "status": "not-included",
67 "description": "",
68 "badge": "",
69 "group": ""
70 },
71 {
72 "label": "AI writing assistant",
73 "status": "coming-soon",
74 "description": "Launching Q3 2026",
75 "badge": "Coming soon",
76 "group": ""
77 },
78 {
79 "label": "Priority support",
80 "status": "included",
81 "description": "24 / 7 live chat",
82 "badge": "",
83 "group": ""
84 },
85 {
86 "label": "White-label exports",
87 "status": "included",
88 "description": "",
89 "badge": "",
90 "group": ""
91 },
92 {
93 "label": "API access",
94 "status": "not-included",
95 "description": "",
96 "badge": "",
97 "group": ""
98 }
99 ]
100 },
101 "listStyle": {
102 "type": "string",
103 "default": "bordered"
104 },
105 "iconSet": {
106 "type": "string",
107 "default": "color-check"
108 },
109 "showDesc": {
110 "type": "boolean",
111 "default": true
112 },
113 "showBadge": {
114 "type": "boolean",
115 "default": true
116 },
117 "showNotIncluded": {
118 "type": "boolean",
119 "default": true
120 },
121 "strikeNotIncluded": {
122 "type": "boolean",
123 "default": false
124 },
125 "iconSize": {
126 "type": "number",
127 "default": 20
128 },
129 "fontSize": {
130 "type": "number",
131 "default": 15
132 },
133 "headingFontSize": {
134 "type": "number",
135 "default": 18
136 },
137 "headingFontWeight": {
138 "type": "string",
139 "default": "800"
140 },
141 "headingLineHeight": {
142 "type": "number",
143 "default": 1.2
144 },
145 "labelFontWeight": {
146 "type": "string",
147 "default": "500"
148 },
149 "labelLineHeight": {
150 "type": "number",
151 "default": 1.5
152 },
153 "typoHeading": {
154 "type": "object",
155 "default": {}
156 },
157 "typoLabel": {
158 "type": "object",
159 "default": {}
160 },
161 "typoDesc": {
162 "type": "object",
163 "default": {}
164 },
165 "gap": {
166 "type": "number",
167 "default": 0
168 },
169 "borderRadius": {
170 "type": "number",
171 "default": 12
172 },
173 "paddingTop": {
174 "type": "number",
175 "default": 0
176 },
177 "paddingBottom": {
178 "type": "number",
179 "default": 0
180 },
181 "bgColor": {
182 "type": "string",
183 "default": ""
184 },
185 "itemBg": {
186 "type": "string",
187 "default": "#ffffff"
188 },
189 "stripeBg": {
190 "type": "string",
191 "default": "#f9fafb"
192 },
193 "borderColor": {
194 "type": "string",
195 "default": "#e5e7eb"
196 },
197 "labelColor": {
198 "type": "string",
199 "default": "#111827"
200 },
201 "descColor": {
202 "type": "string",
203 "default": "#6b7280"
204 },
205 "headingColor": {
206 "type": "string",
207 "default": "#111827"
208 },
209 "includedColor": {
210 "type": "string",
211 "default": "#10b981"
212 },
213 "notIncludedColor": {
214 "type": "string",
215 "default": "#d1d5db"
216 },
217 "partialColor": {
218 "type": "string",
219 "default": "#f59e0b"
220 },
221 "comingSoonColor": {
222 "type": "string",
223 "default": "#8b5cf6"
224 },
225 "badgeBg": {
226 "type": "string",
227 "default": "#ede9fe"
228 },
229 "badgeColor": {
230 "type": "string",
231 "default": "#7c3aed"
232 }
233 }
234 }
235