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

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

275 lines 7.1 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/feature-announcement",
5 "title": "Feature Announcement",
6 "category": "bkbg-marketing",
7 "icon": "megaphone",
8 "description": "Announce new product features, improvements, or updates with version badge, highlights list, and CTA.",
9 "keywords": [
10 "feature",
11 "announcement",
12 "update",
13 "release",
14 "new",
15 "product",
16 "changelog",
17 "launch",
18 "beta"
19 ],
20 "textdomain": "blockenberg",
21 "editorScript": "bkbg-feature-announcement-editor",
22 "editorStyle": "bkbg-feature-announcement-style",
23 "style": "bkbg-feature-announcement-style",
24 "viewScript": "bkbg-feature-announcement-frontend",
25 "supports": {
26 "html": false,
27 "anchor": true,
28 "className": true,
29 "align": [
30 "wide",
31 "full"
32 ]
33 },
34 "attributes": {
35 "featureName": {
36 "type": "string",
37 "default": "Smart AI Suggestions"
38 },
39 "version": {
40 "type": "string",
41 "default": "v3.2"
42 },
43 "showVersion": {
44 "type": "boolean",
45 "default": true
46 },
47 "releaseDate": {
48 "type": "string",
49 "default": "February 24, 2026"
50 },
51 "showDate": {
52 "type": "boolean",
53 "default": true
54 },
55 "category": {
56 "type": "string",
57 "default": "new-feature"
58 },
59 "status": {
60 "type": "string",
61 "default": "available"
62 },
63 "featureIcon": {
64 "type": "string",
65 "default": ""
66 },
67 "featureIconType": {
68 "type": "string",
69 "default": "custom-char"
70 },
71 "featureIconDashicon": {
72 "type": "string",
73 "default": "lightbulb"
74 },
75 "featureIconImageUrl": {
76 "type": "string",
77 "default": ""
78 },
79 "showIcon": {
80 "type": "boolean",
81 "default": true
82 },
83 "tagline": {
84 "type": "string",
85 "default": "Write faster, smarter, and better — right inside the editor."
86 },
87 "description": {
88 "type": "string",
89 "default": "Smart AI Suggestions analyzes your content in real-time and offers context-aware writing recommendations, auto-completions, and tone adjustments — all without leaving your workflow. Powered by our in-house language model fine-tuned on your industry."
90 },
91 "showDescription": {
92 "type": "boolean",
93 "default": true
94 },
95 "highlights": {
96 "type": "array",
97 "default": [
98 "Real-time suggestions as you type — no manual trigger needed",
99 "Adapts to your brand voice and writing style over time",
100 "Works in all content areas: posts, pages, and custom fields",
101 "Privacy-first: your content never leaves your server",
102 "Available in 12 languages with automatic detection"
103 ]
104 },
105 "showHighlights": {
106 "type": "boolean",
107 "default": true
108 },
109 "highlightsLabel": {
110 "type": "string",
111 "default": "What's new"
112 },
113 "availablePlans": {
114 "type": "array",
115 "default": [
116 "Pro",
117 "Business",
118 "Enterprise"
119 ]
120 },
121 "showPlans": {
122 "type": "boolean",
123 "default": true
124 },
125 "plansLabel": {
126 "type": "string",
127 "default": "Available on"
128 },
129 "ctaText": {
130 "type": "string",
131 "default": "Try It Now"
132 },
133 "ctaUrl": {
134 "type": "string",
135 "default": "#"
136 },
137 "showCta": {
138 "type": "boolean",
139 "default": true
140 },
141 "ctaSecondaryText": {
142 "type": "string",
143 "default": "Read the Docs"
144 },
145 "ctaSecondaryUrl": {
146 "type": "string",
147 "default": "#"
148 },
149 "showSecondaryCta": {
150 "type": "boolean",
151 "default": true
152 },
153 "layout": {
154 "type": "string",
155 "default": "card"
156 },
157 "accentPosition": {
158 "type": "string",
159 "default": "top"
160 },
161 "borderRadius": {
162 "type": "number",
163 "default": 12
164 },
165 "fontSize": {
166 "type": "number",
167 "default": 15
168 },
169 "featureNameSize": {
170 "type": "number",
171 "default": 26
172 },
173 "taglineSize": {
174 "type": "number",
175 "default": 16
176 },
177 "lineHeight": {
178 "type": "number",
179 "default": 170
180 },
181 "bgColor": {
182 "type": "string",
183 "default": "#ffffff"
184 },
185 "borderColor": {
186 "type": "string",
187 "default": "#e2e8f0"
188 },
189 "accentColor": {
190 "type": "string",
191 "default": "#7c3aed"
192 },
193 "accentStripe": {
194 "type": "string",
195 "default": "#7c3aed"
196 },
197 "featureNameColor": {
198 "type": "string",
199 "default": "#0f172a"
200 },
201 "taglineColor": {
202 "type": "string",
203 "default": "#374151"
204 },
205 "textColor": {
206 "type": "string",
207 "default": "#4b5563"
208 },
209 "versionBg": {
210 "type": "string",
211 "default": "#ede9fe"
212 },
213 "versionColor": {
214 "type": "string",
215 "default": "#5b21b6"
216 },
217 "categoryBg": {
218 "type": "string",
219 "default": "#f0fdf4"
220 },
221 "categoryColor": {
222 "type": "string",
223 "default": "#14532d"
224 },
225 "statusBg": {
226 "type": "string",
227 "default": "#dcfce7"
228 },
229 "statusColor": {
230 "type": "string",
231 "default": "#14532d"
232 },
233 "highlightIconColor": {
234 "type": "string",
235 "default": "#7c3aed"
236 },
237 "planBg": {
238 "type": "string",
239 "default": "#f5f3ff"
240 },
241 "planColor": {
242 "type": "string",
243 "default": "#5b21b6"
244 },
245 "ctaBg": {
246 "type": "string",
247 "default": "#7c3aed"
248 },
249 "ctaColor": {
250 "type": "string",
251 "default": "#ffffff"
252 },
253 "ctaSecondaryColor": {
254 "type": "string",
255 "default": "#7c3aed"
256 },
257 "ctaSize": {
258 "type": "number",
259 "default": 12
260 },
261 "typoName": {
262 "type": "object",
263 "default": {}
264 },
265 "typoTagline": {
266 "type": "object",
267 "default": {}
268 },
269 "typoBody": {
270 "type": "object",
271 "default": {}
272 }
273 }
274 }
275