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

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

237 lines 3.9 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-bar",
5 "version": "1.0.0",
6 "title": "Social Proof Bar",
7 "category": "bkbg-marketing",
8 "icon": "groups",
9 "description": "Combined trust bar with avatar stack, star rating, review count, and partner / 'as seen in' logo strip.",
10 "keywords": [
11 "social proof",
12 "trust",
13 "testimonial",
14 "logos",
15 "avatars",
16 "rating",
17 "as seen in",
18 "trusted by",
19 "reviews"
20 ],
21 "textdomain": "blockenberg",
22 "editorScript": "bkbg-social-proof-bar-editor",
23 "editorStyle": "bkbg-social-proof-bar-style",
24 "style": "bkbg-social-proof-bar-style",
25 "viewScript": "bkbg-social-proof-bar-frontend",
26 "supports": {
27 "html": false,
28 "align": [
29 "wide",
30 "full"
31 ]
32 },
33 "attributes": {
34 "layout": {
35 "type": "string",
36 "default": "centered"
37 },
38 "showAvatars": {
39 "type": "boolean",
40 "default": true
41 },
42 "avatars": {
43 "type": "array",
44 "default": [
45 {
46 "id": "a1",
47 "imageUrl": "",
48 "name": "User 1",
49 "initials": "JD"
50 },
51 {
52 "id": "a2",
53 "imageUrl": "",
54 "name": "User 2",
55 "initials": "AM"
56 },
57 {
58 "id": "a3",
59 "imageUrl": "",
60 "name": "User 3",
61 "initials": "SK"
62 },
63 {
64 "id": "a4",
65 "imageUrl": "",
66 "name": "User 4",
67 "initials": "RL"
68 }
69 ]
70 },
71 "avatarSize": {
72 "type": "number",
73 "default": 40
74 },
75 "avatarOverlap": {
76 "type": "number",
77 "default": 10
78 },
79 "avatarBorderColor": {
80 "type": "string",
81 "default": "#ffffff"
82 },
83 "avatarFallbackBg": {
84 "type": "string",
85 "default": "#6c3fb5"
86 },
87 "showRating": {
88 "type": "boolean",
89 "default": true
90 },
91 "ratingValue": {
92 "type": "number",
93 "default": 4.9
94 },
95 "reviewCount": {
96 "type": "string",
97 "default": "2,400+"
98 },
99 "ratingLabel": {
100 "type": "string",
101 "default": "reviews"
102 },
103 "starColor": {
104 "type": "string",
105 "default": "#f59e0b"
106 },
107 "showTagline": {
108 "type": "boolean",
109 "default": true
110 },
111 "tagline": {
112 "type": "string",
113 "default": "Trusted by 10,000+ marketers worldwide"
114 },
115 "dividerStyle": {
116 "type": "string",
117 "default": "line"
118 },
119 "showLogos": {
120 "type": "boolean",
121 "default": true
122 },
123 "logosLabel": {
124 "type": "string",
125 "default": "As seen in"
126 },
127 "showLogosLabel": {
128 "type": "boolean",
129 "default": true
130 },
131 "logos": {
132 "type": "array",
133 "default": [
134 {
135 "id": "l1",
136 "imageUrl": "",
137 "name": "Forbes",
138 "url": ""
139 },
140 {
141 "id": "l2",
142 "imageUrl": "",
143 "name": "TechCrunch",
144 "url": ""
145 },
146 {
147 "id": "l3",
148 "imageUrl": "",
149 "name": "Wired",
150 "url": ""
151 },
152 {
153 "id": "l4",
154 "imageUrl": "",
155 "name": "Product Hunt",
156 "url": ""
157 }
158 ]
159 },
160 "logoHeight": {
161 "type": "number",
162 "default": 28
163 },
164 "logoOpacity": {
165 "type": "number",
166 "default": 50
167 },
168 "logoGrayscale": {
169 "type": "boolean",
170 "default": true
171 },
172 "logoGap": {
173 "type": "number",
174 "default": 40
175 },
176 "gap": {
177 "type": "number",
178 "default": 32
179 },
180 "borderRadius": {
181 "type": "number",
182 "default": 0
183 },
184 "borderTop": {
185 "type": "boolean",
186 "default": false
187 },
188 "borderBottom": {
189 "type": "boolean",
190 "default": false
191 },
192 "taglineSize": {
193 "type": "number",
194 "default": 14
195 },
196 "ratingNumSize": {
197 "type": "number",
198 "default": 16
199 },
200 "bgColor": {
201 "type": "string",
202 "default": ""
203 },
204 "textColor": {
205 "type": "string",
206 "default": "#374151"
207 },
208 "dividerColor": {
209 "type": "string",
210 "default": "#e5e7eb"
211 },
212 "paddingTop": {
213 "type": "number",
214 "default": 32
215 },
216 "paddingBottom": {
217 "type": "number",
218 "default": 32
219 },
220 "ratingNumFontWeight": {
221 "type": "number",
222 "default": 700
223 },
224 "taglineFontWeight": {
225 "type": "number",
226 "default": 600
227 },
228 "ratingTypo": {
229 "type": "object",
230 "default": {}
231 },
232 "taglineTypo": {
233 "type": "object",
234 "default": {}
235 }
236 }
237 }