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

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

178 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/guarantee-section",
5 "version": "1.0.0",
6 "title": "Guarantee Section",
7 "category": "bkbg-marketing",
8 "icon": "shield",
9 "description": "Money-back / risk-reversal section with badge seal, heading, description, bullet-point guarantee terms, optional CTA, and full color controls.",
10 "keywords": [
11 "guarantee",
12 "money back",
13 "refund",
14 "risk",
15 "trust",
16 "badge"
17 ],
18 "textdomain": "blockenberg",
19 "editorScript": "bkbg-guarantee-section-editor",
20 "style": "bkbg-guarantee-section-style",
21 "viewScript": "bkbg-guarantee-section-frontend",
22 "attributes": {
23 "sealIcon": {
24 "type": "string",
25 "default": "🛡️"
26 },
27 "sealIconType": {
28 "type": "string",
29 "default": "custom-char"
30 },
31 "sealIconDashicon": {
32 "type": "string",
33 "default": "shield"
34 },
35 "sealIconImageUrl": {
36 "type": "string",
37 "default": ""
38 },
39 "sealLabel": {
40 "type": "string",
41 "default": "30-Day"
42 },
43 "sealSub": {
44 "type": "string",
45 "default": "Money-Back\nGuarantee"
46 },
47 "heading": {
48 "type": "string",
49 "default": "Try it completely risk-free."
50 },
51 "subtext": {
52 "type": "string",
53 "default": "We stands firmly behind our product. If you're not completely satisfied within 30 days, we'll refund every penny — no questions asked."
54 },
55 "bullets": {
56 "type": "array",
57 "default": [
58 "Full refund within 30 days, no questions asked",
59 "No lock-in contracts — cancel any time",
60 "Keep all your data and exports",
61 "Dedicated support for the full trial period"
62 ],
63 "items": {
64 "type": "string"
65 }
66 },
67 "showCta": {
68 "type": "boolean",
69 "default": true
70 },
71 "ctaLabel": {
72 "type": "string",
73 "default": "Start Your Free Trial"
74 },
75 "ctaUrl": {
76 "type": "string",
77 "default": "#"
78 },
79 "layout": {
80 "type": "string",
81 "default": "split"
82 },
83 "bgColor": {
84 "type": "string",
85 "default": "#f5f3ff"
86 },
87 "sealBg": {
88 "type": "string",
89 "default": "#7c3aed"
90 },
91 "sealColor": {
92 "type": "string",
93 "default": "#ffffff"
94 },
95 "headingColor": {
96 "type": "string",
97 "default": "#111827"
98 },
99 "textColor": {
100 "type": "string",
101 "default": "#374151"
102 },
103 "bulletColor": {
104 "type": "string",
105 "default": "#16a34a"
106 },
107 "ctaBg": {
108 "type": "string",
109 "default": "#7c3aed"
110 },
111 "ctaColor": {
112 "type": "string",
113 "default": "#ffffff"
114 },
115 "accentColor": {
116 "type": "string",
117 "default": "#7c3aed"
118 },
119 "headingSize": {
120 "type": "number",
121 "default": 36
122 },
123 "textSize": {
124 "type": "number",
125 "default": 17
126 },
127 "headingFontWeight": {
128 "type": "string",
129 "default": "700"
130 },
131 "headingLineHeight": {
132 "type": "number",
133 "default": 1.2
134 },
135 "textFontWeight": {
136 "type": "string",
137 "default": "400"
138 },
139 "textLineHeight": {
140 "type": "number",
141 "default": 1.7
142 },
143 "typoHeading": {
144 "type": "object",
145 "default": {}
146 },
147 "typoBody": {
148 "type": "object",
149 "default": {}
150 },
151 "sealSize": {
152 "type": "number",
153 "default": 200
154 },
155 "paddingTop": {
156 "type": "number",
157 "default": 80
158 },
159 "paddingBottom": {
160 "type": "number",
161 "default": 80
162 },
163 "maxWidth": {
164 "type": "number",
165 "default": 1100
166 }
167 },
168 "supports": {
169 "html": false,
170 "anchor": true,
171 "className": true,
172 "align": [
173 "wide",
174 "full"
175 ]
176 }
177 }
178