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

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

228 lines 5.7 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/comparison-section",
5 "version": "1.0.0",
6 "title": "Comparison Section",
7 "category": "bkbg-marketing",
8 "icon": "columns",
9 "description": "Us vs. Them comparison table with feature rows, checkmark/cross icons, highlighted winner column, and full colour/typography controls.",
10 "keywords": [
11 "comparison",
12 "vs",
13 "table",
14 "features",
15 "competitor"
16 ],
17 "textdomain": "blockenberg",
18 "editorScript": "bkbg-comparison-section-editor",
19 "style": "bkbg-comparison-section-style",
20 "viewScript": "bkbg-comparison-section-frontend",
21 "attributes": {
22 "heading": {
23 "type": "string",
24 "default": "Why choose us?"
25 },
26 "subtext": {
27 "type": "string",
28 "default": "See how we stack up against the alternatives."
29 },
30 "showHeading": {
31 "type": "boolean",
32 "default": true
33 },
34 "col1Label": {
35 "type": "string",
36 "default": "Us"
37 },
38 "col2Label": {
39 "type": "string",
40 "default": "Others"
41 },
42 "col1Icon": {
43 "type": "string",
44 "default": "�
45 "
46 },
47 "col1IconType": {
48 "type": "string",
49 "default": "custom-char"
50 },
51 "col1IconDashicon": {
52 "type": "string",
53 "default": "star-filled"
54 },
55 "col1IconImageUrl": {
56 "type": "string",
57 "default": ""
58 },
59 "col2Icon": {
60 "type": "string",
61 "default": "🏢"
62 },
63 "col2IconType": {
64 "type": "string",
65 "default": "custom-char"
66 },
67 "col2IconDashicon": {
68 "type": "string",
69 "default": "building"
70 },
71 "col2IconImageUrl": {
72 "type": "string",
73 "default": ""
74 },
75 "highlightCol": {
76 "type": "string",
77 "default": "col1"
78 },
79 "showColIcons": {
80 "type": "boolean",
81 "default": true
82 },
83 "rows": {
84 "type": "array",
85 "default": [
86 {
87 "feature": "Free onboarding & setup",
88 "col1": "yes",
89 "col2": "no"
90 },
91 {
92 "feature": "24/7 priority support",
93 "col1": "yes",
94 "col2": "no"
95 },
96 {
97 "feature": "No long-term contracts",
98 "col1": "yes",
99 "col2": "no"
100 },
101 {
102 "feature": "Dedicated account manager",
103 "col1": "yes",
104 "col2": "partial"
105 },
106 {
107 "feature": "API access included",
108 "col1": "yes",
109 "col2": "partial"
110 },
111 {
112 "feature": "Money-back guarantee",
113 "col1": "yes",
114 "col2": "no"
115 }
116 ],
117 "items": {
118 "type": "object"
119 }
120 },
121 "bgColor": {
122 "type": "string",
123 "default": "#ffffff"
124 },
125 "tableHeaderBg": {
126 "type": "string",
127 "default": "#f8fafc"
128 },
129 "highlightBg": {
130 "type": "string",
131 "default": "#7c3aed"
132 },
133 "highlightColor": {
134 "type": "string",
135 "default": "#ffffff"
136 },
137 "featureColor": {
138 "type": "string",
139 "default": "#374151"
140 },
141 "yesColor": {
142 "type": "string",
143 "default": "#16a34a"
144 },
145 "noColor": {
146 "type": "string",
147 "default": "#dc2626"
148 },
149 "partialColor": {
150 "type": "string",
151 "default": "#d97706"
152 },
153 "headingColor": {
154 "type": "string",
155 "default": "#111827"
156 },
157 "textColor": {
158 "type": "string",
159 "default": "#6b7280"
160 },
161 "borderColor": {
162 "type": "string",
163 "default": "#e5e7eb"
164 },
165 "tableWidth": {
166 "type": "string",
167 "default": "720"
168 },
169 "headingSize": {
170 "type": "number",
171 "default": 36
172 },
173 "textSize": {
174 "type": "number",
175 "default": 16
176 },
177 "paddingTop": {
178 "type": "number",
179 "default": 80
180 },
181 "paddingBottom": {
182 "type": "number",
183 "default": 80
184 },
185 "maxWidth": {
186 "type": "number",
187 "default": 1200
188 },
189 "showCta": {
190 "type": "boolean",
191 "default": true
192 },
193 "ctaLabel": {
194 "type": "string",
195 "default": "Get Started Free"
196 },
197 "ctaUrl": {
198 "type": "string",
199 "default": "#"
200 },
201 "ctaBg": {
202 "type": "string",
203 "default": "#7c3aed"
204 },
205 "ctaColor": {
206 "type": "string",
207 "default": "#ffffff"
208 },
209 "typoHeading": {
210 "type": "object",
211 "default": {}
212 },
213 "typoBody": {
214 "type": "object",
215 "default": {}
216 }
217 },
218 "supports": {
219 "html": false,
220 "anchor": true,
221 "className": true,
222 "align": [
223 "wide",
224 "full"
225 ]
226 }
227 }
228