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 / call-to-action / block.json

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

295 lines 7.0 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/call-to-action",
5 "title": "Call to Action",
6 "category": "bkbg-marketing",
7 "icon": "megaphone",
8 "description": "Headline + sub-headline + 1-2 buttons with optional color/gradient background. Perfect inside Row/Column blocks.",
9 "keywords": [
10 "cta",
11 "call",
12 "action",
13 "button",
14 "hero",
15 "banner",
16 "promo"
17 ],
18 "textdomain": "blockenberg",
19 "editorScript": "bkbg-call-to-action-editor",
20 "editorStyle": "bkbg-call-to-action-style",
21 "style": "bkbg-call-to-action-style",
22 "viewScript": "bkbg-call-to-action-frontend",
23 "supports": {
24 "html": false,
25 "anchor": true,
26 "className": true,
27 "align": [
28 "wide",
29 "full"
30 ]
31 },
32 "attributes": {
33 "headline": {
34 "type": "string",
35 "default": "Ready to Get Started?"
36 },
37 "subheadline": {
38 "type": "string",
39 "default": "Join thousands of users who are already transforming their workflow."
40 },
41 "titleTag": {
42 "type": "string",
43 "default": "h2"
44 },
45 "textAlign": {
46 "type": "string",
47 "default": "center"
48 },
49 "btnLayout": {
50 "type": "string",
51 "default": "row"
52 },
53 "headlineSize": {
54 "type": "number",
55 "default": 36
56 },
57 "headlineWeight": {
58 "type": "number",
59 "default": 700
60 },
61 "headlineColor": {
62 "type": "string",
63 "default": "#1e293b"
64 },
65 "headlineLH": {
66 "type": "number",
67 "default": 1.2
68 },
69 "headlineSpacing": {
70 "type": "number",
71 "default": 12
72 },
73 "subSize": {
74 "type": "number",
75 "default": 18
76 },
77 "subWeight": {
78 "type": "number",
79 "default": 400
80 },
81 "subColor": {
82 "type": "string",
83 "default": "#6b7280"
84 },
85 "subLH": {
86 "type": "number",
87 "default": 1.6
88 },
89 "subSpacing": {
90 "type": "number",
91 "default": 32
92 },
93 "bgType": {
94 "type": "string",
95 "default": "color"
96 },
97 "bgColor": {
98 "type": "string",
99 "default": "#f0f9ff"
100 },
101 "bgGradientFrom": {
102 "type": "string",
103 "default": "#3b82f6"
104 },
105 "bgGradientTo": {
106 "type": "string",
107 "default": "#6366f1"
108 },
109 "bgGradientAngle": {
110 "type": "number",
111 "default": 135
112 },
113 "bgImageUrl": {
114 "type": "string",
115 "default": ""
116 },
117 "bgImageSize": {
118 "type": "string",
119 "default": "cover"
120 },
121 "bgImagePosition": {
122 "type": "string",
123 "default": "center center"
124 },
125 "bgOverlay": {
126 "type": "boolean",
127 "default": false
128 },
129 "bgOverlayColor": {
130 "type": "string",
131 "default": "rgba(0,0,0,0.45)"
132 },
133 "paddingTop": {
134 "type": "number",
135 "default": 80
136 },
137 "paddingRight": {
138 "type": "number",
139 "default": 40
140 },
141 "paddingBottom": {
142 "type": "number",
143 "default": 80
144 },
145 "paddingLeft": {
146 "type": "number",
147 "default": 40
148 },
149 "borderRadius": {
150 "type": "number",
151 "default": 20
152 },
153 "contentMaxWidth": {
154 "type": "number",
155 "default": 680
156 },
157 "gap": {
158 "type": "number",
159 "default": 8
160 },
161 "btn1Text": {
162 "type": "string",
163 "default": "Get Started"
164 },
165 "btn1Url": {
166 "type": "string",
167 "default": ""
168 },
169 "btn1Target": {
170 "type": "string",
171 "default": "_self"
172 },
173 "btn1Style": {
174 "type": "string",
175 "default": "solid"
176 },
177 "btn1Size": {
178 "type": "number",
179 "default": 16
180 },
181 "btn1Weight": {
182 "type": "number",
183 "default": 600
184 },
185 "btn1Radius": {
186 "type": "number",
187 "default": 8
188 },
189 "btn1PaddingV": {
190 "type": "number",
191 "default": 14
192 },
193 "btn1PaddingH": {
194 "type": "number",
195 "default": 32
196 },
197 "btn1Bg": {
198 "type": "string",
199 "default": "#3b82f6"
200 },
201 "btn1Color": {
202 "type": "string",
203 "default": "#ffffff"
204 },
205 "btn1BgHover": {
206 "type": "string",
207 "default": "#2563eb"
208 },
209 "btn1ColorHover": {
210 "type": "string",
211 "default": "#ffffff"
212 },
213 "btn1BorderColor": {
214 "type": "string",
215 "default": "#3b82f6"
216 },
217 "btn1BorderWidth": {
218 "type": "number",
219 "default": 2
220 },
221 "btn2Enabled": {
222 "type": "boolean",
223 "default": true
224 },
225 "btn2Text": {
226 "type": "string",
227 "default": "Learn More"
228 },
229 "btn2Url": {
230 "type": "string",
231 "default": ""
232 },
233 "btn2Target": {
234 "type": "string",
235 "default": "_self"
236 },
237 "btn2Style": {
238 "type": "string",
239 "default": "outline"
240 },
241 "btn2Size": {
242 "type": "number",
243 "default": 16
244 },
245 "btn2Weight": {
246 "type": "number",
247 "default": 600
248 },
249 "btn2Radius": {
250 "type": "number",
251 "default": 8
252 },
253 "btn2PaddingV": {
254 "type": "number",
255 "default": 14
256 },
257 "btn2PaddingH": {
258 "type": "number",
259 "default": 32
260 },
261 "btn2Bg": {
262 "type": "string",
263 "default": "transparent"
264 },
265 "btn2Color": {
266 "type": "string",
267 "default": "#3b82f6"
268 },
269 "btn2BgHover": {
270 "type": "string",
271 "default": "#3b82f6"
272 },
273 "btn2ColorHover": {
274 "type": "string",
275 "default": "#ffffff"
276 },
277 "btn2BorderColor": {
278 "type": "string",
279 "default": "#3b82f6"
280 },
281 "btn2BorderWidth": {
282 "type": "number",
283 "default": 2
284 },
285 "typoHeadline": {
286 "type": "object",
287 "default": {}
288 },
289 "typoSub": {
290 "type": "object",
291 "default": {}
292 }
293 }
294 }
295