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 / split-price-cta / block.json

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

253 lines 4.5 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/split-price-cta",
5 "title": "Split Price CTA",
6 "category": "bkbg-marketing",
7 "icon": "columns",
8 "description": "Two-column sales section: pricing offer on the left, CTA with supporting benefits on the right. Common on SaaS pricing and checkout pages.",
9 "keywords": [
10 "pricing",
11 "cta",
12 "split",
13 "offer",
14 "sales",
15 "conversion",
16 "plan"
17 ],
18 "textdomain": "blockenberg",
19 "editorScript": "bkbg-split-price-cta-editor",
20 "style": "bkbg-split-price-cta-style",
21 "attributes": {
22 "priceLabel": {
23 "type": "string",
24 "default": "Start for free"
25 },
26 "priceValue": {
27 "type": "string",
28 "default": "$0"
29 },
30 "pricePeriod": {
31 "type": "string",
32 "default": "forever"
33 },
34 "priceNote": {
35 "type": "string",
36 "default": "No credit card required"
37 },
38 "showOldPrice": {
39 "type": "boolean",
40 "default": false
41 },
42 "oldPrice": {
43 "type": "string",
44 "default": "$49"
45 },
46 "showBadge": {
47 "type": "boolean",
48 "default": true
49 },
50 "badge": {
51 "type": "string",
52 "default": "🔥 Limited offer"
53 },
54 "features": {
55 "type": "array",
56 "default": [
57 {
58 "id": "f1",
59 "text": "Up to 5 projects"
60 },
61 {
62 "id": "f2",
63 "text": "10 GB cloud storage"
64 },
65 {
66 "id": "f3",
67 "text": "Community support"
68 },
69 {
70 "id": "f4",
71 "text": "Core integrations"
72 }
73 ],
74 "items": {
75 "type": "object"
76 }
77 },
78 "ctaHeading": {
79 "type": "string",
80 "default": "Ready to get started?"
81 },
82 "ctaSubtitle": {
83 "type": "string",
84 "default": "Join over 50,000 teams already building with us. Setup takes less than 2 minutes."
85 },
86 "primaryLabel": {
87 "type": "string",
88 "default": "Start free — upgrade anytime"
89 },
90 "primaryUrl": {
91 "type": "string",
92 "default": "#"
93 },
94 "primaryTarget": {
95 "type": "string",
96 "default": "_self"
97 },
98 "showSecondary": {
99 "type": "boolean",
100 "default": true
101 },
102 "secondaryLabel": {
103 "type": "string",
104 "default": "Talk to sales"
105 },
106 "secondaryUrl": {
107 "type": "string",
108 "default": "#"
109 },
110 "secondaryTarget": {
111 "type": "string",
112 "default": "_self"
113 },
114 "showSocialProof": {
115 "type": "boolean",
116 "default": true
117 },
118 "socialProofText": {
119 "type": "string",
120 "default": "\"Best investment our team made this year.\""
121 },
122 "socialProofAuthor": {
123 "type": "string",
124 "default": "— Sarah K., CTO at Acme"
125 },
126 "leftStyle": {
127 "type": "string",
128 "default": "gradient"
129 },
130 "leftGradient": {
131 "type": "string",
132 "default": "linear-gradient(135deg,#6c3fb5 0%,#2563eb 100%)"
133 },
134 "leftBg": {
135 "type": "string",
136 "default": "#6c3fb5"
137 },
138 "checkColor": {
139 "type": "string",
140 "default": "#a78bfa"
141 },
142 "priceLabelColor": {
143 "type": "string",
144 "default": "rgba(255,255,255,0.75)"
145 },
146 "priceValueColor": {
147 "type": "string",
148 "default": "#ffffff"
149 },
150 "priceNoteColor": {
151 "type": "string",
152 "default": "rgba(255,255,255,0.55)"
153 },
154 "featureColor": {
155 "type": "string",
156 "default": "#ffffff"
157 },
158 "rightBg": {
159 "type": "string",
160 "default": "#ffffff"
161 },
162 "ctaHeadingColor": {
163 "type": "string",
164 "default": "#0f172a"
165 },
166 "ctaSubtitleColor": {
167 "type": "string",
168 "default": "#475569"
169 },
170 "primaryBg": {
171 "type": "string",
172 "default": "#7c3aed"
173 },
174 "primaryColor": {
175 "type": "string",
176 "default": "#ffffff"
177 },
178 "proofColor": {
179 "type": "string",
180 "default": "#64748b"
181 },
182 "borderColor": {
183 "type": "string",
184 "default": "#e2e8f0"
185 },
186 "blockRadius": {
187 "type": "number",
188 "default": 20
189 },
190 "paddingTop": {
191 "type": "number",
192 "default": 64
193 },
194 "paddingBottom": {
195 "type": "number",
196 "default": 64
197 },
198 "btnRadius": {
199 "type": "number",
200 "default": 10
201 },
202 "priceSize": {
203 "type": "number",
204 "default": 60
205 },
206 "ctaHeadingSize": {
207 "type": "number",
208 "default": 28
209 },
210 "priceFontWeight": {
211 "type": "number",
212 "default": 800
213 },
214 "ctaHeadingFontWeight": {
215 "type": "number",
216 "default": 700
217 },
218 "priceTypo": {
219 "type": "object",
220 "default": {}
221 },
222 "headingTypo": {
223 "type": "object",
224 "default": {}
225 },
226 "subtitleTypo": {
227 "type": "object",
228 "default": {}
229 },
230 "badgeTypo": {
231 "type": "object",
232 "default": {}
233 },
234 "featureTypo": {
235 "type": "object",
236 "default": {}
237 },
238 "btnTypo": {
239 "type": "object",
240 "default": {}
241 }
242 },
243 "supports": {
244 "html": false,
245 "align": [
246 "wide",
247 "full"
248 ],
249 "spacing": {
250 "margin": true
251 }
252 }
253 }