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

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

230 lines 4.0 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/community-section",
5 "version": "1.0.0",
6 "title": "Community Section",
7 "category": "bkbg-business",
8 "icon": "groups",
9 "description": "Social community proof section with overlapping member avatars, member count, heading, CTA button, and trust badges.",
10 "keywords": [
11 "community",
12 "members",
13 "avatars",
14 "social",
15 "proof",
16 "trust",
17 "badge"
18 ],
19 "textdomain": "blockenberg",
20 "editorScript": "bkbg-community-section-editor",
21 "style": "bkbg-community-section-style",
22 "viewScript": "bkbg-community-section-frontend",
23 "supports": {
24 "html": false,
25 "align": [
26 "wide",
27 "full"
28 ]
29 },
30 "attributes": {
31 "avatars": {
32 "type": "array",
33 "default": [
34 {
35 "imageUrl": "",
36 "imageId": 0,
37 "alt": "Member 1",
38 "name": "Alex"
39 },
40 {
41 "imageUrl": "",
42 "imageId": 0,
43 "alt": "Member 2",
44 "name": "Jordan"
45 },
46 {
47 "imageUrl": "",
48 "imageId": 0,
49 "alt": "Member 3",
50 "name": "Sam"
51 },
52 {
53 "imageUrl": "",
54 "imageId": 0,
55 "alt": "Member 4",
56 "name": "Taylor"
57 },
58 {
59 "imageUrl": "",
60 "imageId": 0,
61 "alt": "Member 5",
62 "name": "Morgan"
63 }
64 ]
65 },
66 "memberCount": {
67 "type": "string",
68 "default": "12,000+"
69 },
70 "memberCountLabel": {
71 "type": "string",
72 "default": "members and growing"
73 },
74 "heading": {
75 "type": "string",
76 "default": "Join thousands of creators already inside"
77 },
78 "subtext": {
79 "type": "string",
80 "default": "Get instant access to our private community, resources, and weekly live sessions."
81 },
82 "showHeading": {
83 "type": "boolean",
84 "default": true
85 },
86 "ctaEnabled": {
87 "type": "boolean",
88 "default": true
89 },
90 "ctaLabel": {
91 "type": "string",
92 "default": "Join the community"
93 },
94 "ctaUrl": {
95 "type": "string",
96 "default": "#"
97 },
98 "ctaIsExternal": {
99 "type": "boolean",
100 "default": false
101 },
102 "badgeText": {
103 "type": "string",
104 "default": "Free to join"
105 },
106 "showBadge": {
107 "type": "boolean",
108 "default": true
109 },
110 "trusts": {
111 "type": "array",
112 "default": [
113 {
114 "text": "No credit card required"
115 },
116 {
117 "text": "Cancel anytime"
118 },
119 {
120 "text": "Trusted by 500+ companies"
121 }
122 ]
123 },
124 "showTrusts": {
125 "type": "boolean",
126 "default": true
127 },
128 "avatarOverlap": {
129 "type": "integer",
130 "default": -14
131 },
132 "avatarSize": {
133 "type": "integer",
134 "default": 48
135 },
136 "layout": {
137 "type": "string",
138 "default": "centered"
139 },
140 "bgColor": {
141 "type": "string",
142 "default": "#ffffff"
143 },
144 "accentColor": {
145 "type": "string",
146 "default": "#7c3aed"
147 },
148 "headingColor": {
149 "type": "string",
150 "default": "#111827"
151 },
152 "textColor": {
153 "type": "string",
154 "default": "#6b7280"
155 },
156 "ctaBg": {
157 "type": "string",
158 "default": "#7c3aed"
159 },
160 "ctaColor": {
161 "type": "string",
162 "default": "#ffffff"
163 },
164 "badgeBg": {
165 "type": "string",
166 "default": "#f0fdf4"
167 },
168 "badgeColor": {
169 "type": "string",
170 "default": "#15803d"
171 },
172 "avatarBorderColor": {
173 "type": "string",
174 "default": "#ffffff"
175 },
176 "trustColor": {
177 "type": "string",
178 "default": "#9ca3af"
179 },
180 "countColor": {
181 "type": "string",
182 "default": "#111827"
183 },
184 "headingSize": {
185 "type": "integer",
186 "default": 30
187 },
188 "maxWidth": {
189 "type": "integer",
190 "default": 700
191 },
192 "paddingTop": {
193 "type": "integer",
194 "default": 80
195 },
196 "paddingBottom": {
197 "type": "integer",
198 "default": 80
199 },
200 "headingFontWeight": {
201 "type": "string",
202 "default": "800"
203 },
204 "headingLineHeight": {
205 "type": "number",
206 "default": 1.3
207 },
208 "subtextFontSize": {
209 "type": "integer",
210 "default": 16
211 },
212 "subtextFontWeight": {
213 "type": "string",
214 "default": "400"
215 },
216 "subtextLineHeight": {
217 "type": "number",
218 "default": 1.6
219 },
220 "typoHeading": {
221 "type": "object",
222 "default": {}
223 },
224 "typoBody": {
225 "type": "object",
226 "default": {}
227 }
228 }
229 }
230