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

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

207 lines 6.6 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/press-release",
5 "title": "Press Release",
6 "category": "bkbg-blog",
7 "icon": "megaphone",
8 "description": "Structured press release with dateline, headline, body paragraphs, boilerplate, and media contact block.",
9 "keywords": [
10 "press",
11 "release",
12 "news",
13 "pr",
14 "media",
15 "announcement",
16 "journalism",
17 "wire"
18 ],
19 "textdomain": "blockenberg",
20 "editorScript": "bkbg-press-release-editor",
21 "editorStyle": "bkbg-press-release-style",
22 "style": "bkbg-press-release-style",
23 "viewScript": "bkbg-press-release-frontend",
24 "supports": {
25 "html": false,
26 "anchor": true,
27 "className": true,
28 "align": [
29 "wide",
30 "full"
31 ]
32 },
33 "attributes": {
34 "releaseLabel": {
35 "type": "string",
36 "default": "FOR IMMEDIATE RELEASE"
37 },
38 "showReleaseLabel": {
39 "type": "boolean",
40 "default": true
41 },
42 "city": {
43 "type": "string",
44 "default": "San Francisco, CA"
45 },
46 "releaseDate": {
47 "type": "string",
48 "default": "February 24, 2026"
49 },
50 "showDateline": {
51 "type": "boolean",
52 "default": true
53 },
54 "headline": {
55 "type": "string",
56 "default": "Acme Corp Raises $50M Series B to Accelerate Global Expansion"
57 },
58 "subheadline": {
59 "type": "string",
60 "default": "Investment led by leading venture capital firms will fuel product development and entry into new markets"
61 },
62 "showSubheadline": {
63 "type": "boolean",
64 "default": true
65 },
66 "introParagraph": {
67 "type": "string",
68 "default": "Acme Corp, the leading provider of innovative enterprise solutions, today announced it has secured $50 million in Series B funding led by Benchmark Capital, with participation from existing investors Sequoia Capital and Andreessen Horowitz."
69 },
70 "bodyParagraphs": {
71 "type": "array",
72 "default": [
73 "The new funding will be used to accelerate product development, expand the company's go-to-market team, and drive international expansion into Europe and Asia-Pacific markets. This milestone follows a period of exceptional growth, with the company tripling revenue year-over-year and reaching 500 enterprise customers globally.",
74 "\"This investment validates the tremendous market opportunity we've identified and the strength of the team we've assembled,\" said Jane Smith, CEO of Acme Corp. \"We've built something that our customers truly love, and now we have the resources to bring it to every major market around the world.\"",
75 "The company plans to use the funds to hire 150 additional employees over the next 12 months, with a focus on engineering, sales, and customer success roles across its San Francisco headquarters and new offices in London and Singapore."
76 ]
77 },
78 "showQuoteBlock": {
79 "type": "boolean",
80 "default": false
81 },
82 "quoteText": {
83 "type": "string",
84 "default": ""
85 },
86 "quoteAttribution": {
87 "type": "string",
88 "default": ""
89 },
90 "endMarker": {
91 "type": "string",
92 "default": "###"
93 },
94 "showEndMarker": {
95 "type": "boolean",
96 "default": true
97 },
98 "boilerplateTitle": {
99 "type": "string",
100 "default": "About Acme Corp"
101 },
102 "boilerplateText": {
103 "type": "string",
104 "default": "Acme Corp (acmecorp.com) is the leading enterprise platform for modern workflow automation. Founded in 2019, the company serves over 500 customers in 30 countries, helping them save time and reduce operational costs. Acme Corp is headquartered in San Francisco, CA, with offices in New York, London, and Singapore."
105 },
106 "showBoilerplate": {
107 "type": "boolean",
108 "default": true
109 },
110 "mediaContactName": {
111 "type": "string",
112 "default": "Sarah Johnson"
113 },
114 "mediaContactTitle": {
115 "type": "string",
116 "default": "Head of Communications"
117 },
118 "mediaContactCompany": {
119 "type": "string",
120 "default": "Acme Corp"
121 },
122 "mediaContactEmail": {
123 "type": "string",
124 "default": "press@acmecorp.com"
125 },
126 "mediaContactPhone": {
127 "type": "string",
128 "default": "+1 (415) 555-0192"
129 },
130 "showMediaContact": {
131 "type": "boolean",
132 "default": true
133 },
134 "headlineTypo": {
135 "type": "object",
136 "default": {}
137 },
138 "bodyTypo": {
139 "type": "object",
140 "default": {}
141 },
142 "maxWidth": {
143 "type": "number",
144 "default": 760
145 },
146 "borderRadius": {
147 "type": "number",
148 "default": 8
149 },
150 "bgColor": {
151 "type": "string",
152 "default": "#ffffff"
153 },
154 "textColor": {
155 "type": "string",
156 "default": "#1a1a2e"
157 },
158 "headlineColor": {
159 "type": "string",
160 "default": "#0f172a"
161 },
162 "subheadlineColor": {
163 "type": "string",
164 "default": "#475569"
165 },
166 "dateBg": {
167 "type": "string",
168 "default": ""
169 },
170 "dateBorderColor": {
171 "type": "string",
172 "default": "#e2e8f0"
173 },
174 "releaseLabelColor": {
175 "type": "string",
176 "default": "#dc2626"
177 },
178 "boilerplateBg": {
179 "type": "string",
180 "default": "#f8fafc"
181 },
182 "boilerplateBorderColor": {
183 "type": "string",
184 "default": "#e2e8f0"
185 },
186 "boilerplateTextColor": {
187 "type": "string",
188 "default": "#64748b"
189 },
190 "contactBg": {
191 "type": "string",
192 "default": "#f1f5f9"
193 },
194 "contactBorderColor": {
195 "type": "string",
196 "default": "#cbd5e1"
197 },
198 "contactColor": {
199 "type": "string",
200 "default": "#334155"
201 },
202 "accentColor": {
203 "type": "string",
204 "default": "#2563eb"
205 }
206 }
207 }