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

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

296 lines 8.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/mega-footer",
5 "title": "Mega Footer",
6 "category": "bkbg-layout",
7 "icon": "layout",
8 "description": "Full-featured site footer with logo, tagline, link columns, social links, and a bottom bar.",
9 "textdomain": "blockenberg",
10 "editorScript": "bkbg-mega-footer-editor",
11 "style": "bkbg-mega-footer-style",
12 "attributes": {
13 "logoUrl": {
14 "type": "string",
15 "default": ""
16 },
17 "logoId": {
18 "type": "number",
19 "default": 0
20 },
21 "logoWidth": {
22 "type": "number",
23 "default": 140
24 },
25 "tagline": {
26 "type": "string",
27 "default": "Building better software, together."
28 },
29 "showTagline": {
30 "type": "boolean",
31 "default": true
32 },
33 "columns": {
34 "type": "array",
35 "default": [
36 {
37 "id": "c1",
38 "heading": "Product",
39 "links": [
40 {
41 "id": "l1",
42 "label": "Features",
43 "url": "#"
44 },
45 {
46 "id": "l2",
47 "label": "Pricing",
48 "url": "#"
49 },
50 {
51 "id": "l3",
52 "label": "Changelog",
53 "url": "#"
54 },
55 {
56 "id": "l4",
57 "label": "Roadmap",
58 "url": "#"
59 }
60 ]
61 },
62 {
63 "id": "c2",
64 "heading": "Company",
65 "links": [
66 {
67 "id": "l5",
68 "label": "About",
69 "url": "#"
70 },
71 {
72 "id": "l6",
73 "label": "Blog",
74 "url": "#"
75 },
76 {
77 "id": "l7",
78 "label": "Careers",
79 "url": "#"
80 },
81 {
82 "id": "l8",
83 "label": "Press",
84 "url": "#"
85 }
86 ]
87 },
88 {
89 "id": "c3",
90 "heading": "Resources",
91 "links": [
92 {
93 "id": "l9",
94 "label": "Documentation",
95 "url": "#"
96 },
97 {
98 "id": "l10",
99 "label": "API Reference",
100 "url": "#"
101 },
102 {
103 "id": "l11",
104 "label": "Community",
105 "url": "#"
106 },
107 {
108 "id": "l12",
109 "label": "Support",
110 "url": "#"
111 }
112 ]
113 },
114 {
115 "id": "c4",
116 "heading": "Legal",
117 "links": [
118 {
119 "id": "l13",
120 "label": "Privacy Policy",
121 "url": "#"
122 },
123 {
124 "id": "l14",
125 "label": "Terms of Service",
126 "url": "#"
127 },
128 {
129 "id": "l15",
130 "label": "Cookie Policy",
131 "url": "#"
132 }
133 ]
134 }
135 ]
136 },
137 "socialLinks": {
138 "type": "array",
139 "default": [
140 {
141 "id": "s1",
142 "platform": "twitter",
143 "url": "#",
144 "label": "Twitter"
145 },
146 {
147 "id": "s2",
148 "platform": "github",
149 "url": "#",
150 "label": "GitHub"
151 },
152 {
153 "id": "s3",
154 "platform": "linkedin",
155 "url": "#",
156 "label": "LinkedIn"
157 }
158 ]
159 },
160 "showSocial": {
161 "type": "boolean",
162 "default": true
163 },
164 "showBottomBar": {
165 "type": "boolean",
166 "default": true
167 },
168 "copyright": {
169 "type": "string",
170 "default": "© 2024 Your Company. All rights reserved."
171 },
172 "bottomLinks": {
173 "type": "array",
174 "default": [
175 {
176 "id": "b1",
177 "label": "Privacy",
178 "url": "#"
179 },
180 {
181 "id": "b2",
182 "label": "Terms",
183 "url": "#"
184 },
185 {
186 "id": "b3",
187 "label": "Cookies",
188 "url": "#"
189 }
190 ]
191 },
192 "layout": {
193 "type": "string",
194 "default": "logo-left"
195 },
196 "columnCount": {
197 "type": "number",
198 "default": 4
199 },
200 "gap": {
201 "type": "number",
202 "default": 40
203 },
204 "paddingTop": {
205 "type": "number",
206 "default": 64
207 },
208 "paddingBottom": {
209 "type": "number",
210 "default": 32
211 },
212 "headingSize": {
213 "type": "number",
214 "default": 13
215 },
216 "linkSize": {
217 "type": "number",
218 "default": 14
219 },
220 "taglineSize": {
221 "type": "number",
222 "default": 14
223 },
224 "headingTypo": {
225 "type": "object",
226 "default": {}
227 },
228 "taglineTypo": {
229 "type": "object",
230 "default": {}
231 },
232 "linkTypo": {
233 "type": "object",
234 "default": {}
235 },
236 "copyrightTypo": {
237 "type": "object",
238 "default": {}
239 },
240 "showDivider": {
241 "type": "boolean",
242 "default": true
243 },
244 "footerBg": {
245 "type": "string",
246 "default": "#0f172a"
247 },
248 "headingColor": {
249 "type": "string",
250 "default": "#94a3b8"
251 },
252 "linkColor": {
253 "type": "string",
254 "default": "#cbd5e1"
255 },
256 "linkHoverColor": {
257 "type": "string",
258 "default": "#ffffff"
259 },
260 "taglineColor": {
261 "type": "string",
262 "default": "#94a3b8"
263 },
264 "dividerColor": {
265 "type": "string",
266 "default": "#1e293b"
267 },
268 "copyrightColor": {
269 "type": "string",
270 "default": "#64748b"
271 },
272 "socialIconColor": {
273 "type": "string",
274 "default": "#94a3b8"
275 },
276 "bottomBarBg": {
277 "type": "string",
278 "default": ""
279 }
280 },
281 "supports": {
282 "html": false,
283 "align": [
284 "wide",
285 "full"
286 ]
287 },
288 "keywords": [
289 "footer",
290 "nav",
291 "links",
292 "social",
293 "mega"
294 ]
295 }
296