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

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

236 lines 4.1 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/social-proof-section",
5 "title": "Social Proof Section",
6 "category": "bkbg-marketing",
7 "icon": "star-filled",
8 "description": "Complete social proof landing section combining client logos, stats, and a featured testimonial quote — all in one configurable block.",
9 "keywords": [
10 "social proof",
11 "trust",
12 "logos",
13 "stats",
14 "testimonial",
15 "clients"
16 ],
17 "textdomain": "blockenberg",
18 "editorScript": "bkbg-social-proof-section-editor",
19 "style": "bkbg-social-proof-section-style",
20 "viewScript": "bkbg-social-proof-section-frontend",
21 "attributes": {
22 "eyebrow": {
23 "type": "string",
24 "default": "Trusted by teams worldwide"
25 },
26 "showEyebrow": {
27 "type": "boolean",
28 "default": true
29 },
30 "heading": {
31 "type": "string",
32 "default": "Join 10,000+ companies who trust us"
33 },
34 "showHeading": {
35 "type": "boolean",
36 "default": false
37 },
38 "subtext": {
39 "type": "string",
40 "default": ""
41 },
42 "showSubtext": {
43 "type": "boolean",
44 "default": false
45 },
46 "logos": {
47 "type": "array",
48 "default": []
49 },
50 "showLogos": {
51 "type": "boolean",
52 "default": true
53 },
54 "logoFilter": {
55 "type": "string",
56 "default": "grayscale-hover"
57 },
58 "logoHeight": {
59 "type": "number",
60 "default": 36
61 },
62 "stats": {
63 "type": "array",
64 "default": [
65 {
66 "value": "10,000+",
67 "label": "Happy customers"
68 },
69 {
70 "value": "99.9%",
71 "label": "Uptime"
72 },
73 {
74 "value": "4.9�
75 ",
76 "label": "Average rating"
77 },
78 {
79 "value": "24/7",
80 "label": "Support"
81 }
82 ]
83 },
84 "showStats": {
85 "type": "boolean",
86 "default": true
87 },
88 "quote": {
89 "type": "string",
90 "default": "This product completely changed how our team works. The ROI was evident within the first month."
91 },
92 "quoteAuthor": {
93 "type": "string",
94 "default": "Sarah Chen"
95 },
96 "quoteRole": {
97 "type": "string",
98 "default": "Head of Operations, Acme Corp"
99 },
100 "quoteAvatarUrl": {
101 "type": "string",
102 "default": ""
103 },
104 "quoteAvatarId": {
105 "type": "number",
106 "default": 0
107 },
108 "showQuote": {
109 "type": "boolean",
110 "default": true
111 },
112 "layout": {
113 "type": "string",
114 "default": "standard"
115 },
116 "bgColor": {
117 "type": "string",
118 "default": "#f9fafb"
119 },
120 "eyebrowColor": {
121 "type": "string",
122 "default": "#7c3aed"
123 },
124 "headingColor": {
125 "type": "string",
126 "default": "#111827"
127 },
128 "subtextColor": {
129 "type": "string",
130 "default": "#6b7280"
131 },
132 "statValueColor": {
133 "type": "string",
134 "default": "#111827"
135 },
136 "statLabelColor": {
137 "type": "string",
138 "default": "#6b7280"
139 },
140 "quoteColor": {
141 "type": "string",
142 "default": "#1f2937"
143 },
144 "authorColor": {
145 "type": "string",
146 "default": "#111827"
147 },
148 "roleColor": {
149 "type": "string",
150 "default": "#6b7280"
151 },
152 "dividerColor": {
153 "type": "string",
154 "default": "#e5e7eb"
155 },
156 "accentColor": {
157 "type": "string",
158 "default": "#7c3aed"
159 },
160 "quoteBg": {
161 "type": "string",
162 "default": "#ffffff"
163 },
164 "statDivider": {
165 "type": "boolean",
166 "default": true
167 },
168 "eyebrowSize": {
169 "type": "number",
170 "default": 13
171 },
172 "headingSize": {
173 "type": "number",
174 "default": 32
175 },
176 "statValueSize": {
177 "type": "number",
178 "default": 32
179 },
180 "statLabelSize": {
181 "type": "number",
182 "default": 14
183 },
184 "quoteSize": {
185 "type": "number",
186 "default": 18
187 },
188 "maxWidth": {
189 "type": "number",
190 "default": 1000
191 },
192 "paddingTop": {
193 "type": "number",
194 "default": 64
195 },
196 "paddingBottom": {
197 "type": "number",
198 "default": 64
199 },
200 "headingFontWeight": {
201 "type": "number",
202 "default": 800
203 },
204 "statValueFontWeight": {
205 "type": "number",
206 "default": 800
207 },
208 "eyebrowTypo": {
209 "type": "object",
210 "default": {}
211 },
212 "headingTypo": {
213 "type": "object",
214 "default": {}
215 },
216 "statValueTypo": {
217 "type": "object",
218 "default": {}
219 },
220 "statLabelTypo": {
221 "type": "object",
222 "default": {}
223 },
224 "quoteTypo": {
225 "type": "object",
226 "default": {}
227 }
228 },
229 "supports": {
230 "html": false,
231 "align": [
232 "wide",
233 "full"
234 ]
235 }
236 }