| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockenberg/media-kit", |
| 5 |
"title": "Media Kit", |
| 6 |
"description": "Downloadable brand and media kit with logos, colors, typography, and asset downloads.", |
| 7 |
"category": "bkbg-business", |
| 8 |
"icon": "images-alt2", |
| 9 |
"keywords": [ |
| 10 |
"brand", |
| 11 |
"media kit", |
| 12 |
"press", |
| 13 |
"logo", |
| 14 |
"colors", |
| 15 |
"typography", |
| 16 |
"assets", |
| 17 |
"download" |
| 18 |
], |
| 19 |
"editorScript": "bkbg-media-kit-editor", |
| 20 |
"editorStyle": "bkbg-media-kit-style", |
| 21 |
"style": "bkbg-media-kit-style", |
| 22 |
"viewScript": "bkbg-media-kit-frontend", |
| 23 |
"supports": { |
| 24 |
"html": false, |
| 25 |
"anchor": true, |
| 26 |
"className": true, |
| 27 |
"align": [ |
| 28 |
"wide", |
| 29 |
"full" |
| 30 |
] |
| 31 |
}, |
| 32 |
"attributes": { |
| 33 |
"brandName": { |
| 34 |
"type": "string", |
| 35 |
"default": "Acme Corp" |
| 36 |
}, |
| 37 |
"brandTagline": { |
| 38 |
"type": "string", |
| 39 |
"default": "Building the future, one pixel at a time." |
| 40 |
}, |
| 41 |
"logoVariants": { |
| 42 |
"type": "array", |
| 43 |
"default": [ |
| 44 |
{ |
| 45 |
"label": "Full Logo", |
| 46 |
"url": "", |
| 47 |
"id": 0, |
| 48 |
"format": "Full", |
| 49 |
"downloadUrl": "" |
| 50 |
}, |
| 51 |
{ |
| 52 |
"label": "Dark Version", |
| 53 |
"url": "", |
| 54 |
"id": 0, |
| 55 |
"format": "Dark", |
| 56 |
"downloadUrl": "" |
| 57 |
}, |
| 58 |
{ |
| 59 |
"label": "Icon Only", |
| 60 |
"url": "", |
| 61 |
"id": 0, |
| 62 |
"format": "Icon", |
| 63 |
"downloadUrl": "" |
| 64 |
} |
| 65 |
] |
| 66 |
}, |
| 67 |
"brandColors": { |
| 68 |
"type": "array", |
| 69 |
"default": [ |
| 70 |
{ |
| 71 |
"name": "Primary", |
| 72 |
"hex": "#6366f1" |
| 73 |
}, |
| 74 |
{ |
| 75 |
"name": "Secondary", |
| 76 |
"hex": "#8b5cf6" |
| 77 |
}, |
| 78 |
{ |
| 79 |
"name": "Accent", |
| 80 |
"hex": "#10b981" |
| 81 |
}, |
| 82 |
{ |
| 83 |
"name": "Dark", |
| 84 |
"hex": "#1f2937" |
| 85 |
}, |
| 86 |
{ |
| 87 |
"name": "Light", |
| 88 |
"hex": "#f9fafb" |
| 89 |
} |
| 90 |
] |
| 91 |
}, |
| 92 |
"fonts": { |
| 93 |
"type": "array", |
| 94 |
"default": [ |
| 95 |
{ |
| 96 |
"name": "Inter", |
| 97 |
"role": "Heading", |
| 98 |
"previewText": "The quick brown fox jumps over the lazy dog", |
| 99 |
"googleFontUrl": "https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap" |
| 100 |
}, |
| 101 |
{ |
| 102 |
"name": "Georgia", |
| 103 |
"role": "Body", |
| 104 |
"previewText": "Clean and readable body text for long-form content.", |
| 105 |
"googleFontUrl": "" |
| 106 |
} |
| 107 |
] |
| 108 |
}, |
| 109 |
"guidelinesLabel": { |
| 110 |
"type": "string", |
| 111 |
"default": "Download Brand Guidelines" |
| 112 |
}, |
| 113 |
"guidelinesDownloadUrl": { |
| 114 |
"type": "string", |
| 115 |
"default": "" |
| 116 |
}, |
| 117 |
"downloadAllLabel": { |
| 118 |
"type": "string", |
| 119 |
"default": "Download All Assets (ZIP)" |
| 120 |
}, |
| 121 |
"downloadAllUrl": { |
| 122 |
"type": "string", |
| 123 |
"default": "" |
| 124 |
}, |
| 125 |
"pressEmail": { |
| 126 |
"type": "string", |
| 127 |
"default": "press@example.com" |
| 128 |
}, |
| 129 |
"websiteUrl": { |
| 130 |
"type": "string", |
| 131 |
"default": "https://example.com" |
| 132 |
}, |
| 133 |
"showLogos": { |
| 134 |
"type": "boolean", |
| 135 |
"default": true |
| 136 |
}, |
| 137 |
"showColors": { |
| 138 |
"type": "boolean", |
| 139 |
"default": true |
| 140 |
}, |
| 141 |
"showFonts": { |
| 142 |
"type": "boolean", |
| 143 |
"default": true |
| 144 |
}, |
| 145 |
"showDownloads": { |
| 146 |
"type": "boolean", |
| 147 |
"default": true |
| 148 |
}, |
| 149 |
"showContact": { |
| 150 |
"type": "boolean", |
| 151 |
"default": true |
| 152 |
}, |
| 153 |
"layout": { |
| 154 |
"type": "string", |
| 155 |
"default": "sections" |
| 156 |
}, |
| 157 |
"colorsPerRow": { |
| 158 |
"type": "number", |
| 159 |
"default": 5 |
| 160 |
}, |
| 161 |
"maxWidth": { |
| 162 |
"type": "number", |
| 163 |
"default": 900 |
| 164 |
}, |
| 165 |
"paddingTop": { |
| 166 |
"type": "number", |
| 167 |
"default": 40 |
| 168 |
}, |
| 169 |
"paddingBottom": { |
| 170 |
"type": "number", |
| 171 |
"default": 40 |
| 172 |
}, |
| 173 |
"bgColor": { |
| 174 |
"type": "string", |
| 175 |
"default": "#f8fafc" |
| 176 |
}, |
| 177 |
"sectionBg": { |
| 178 |
"type": "string", |
| 179 |
"default": "#ffffff" |
| 180 |
}, |
| 181 |
"cardBg": { |
| 182 |
"type": "string", |
| 183 |
"default": "#f9fafb" |
| 184 |
}, |
| 185 |
"headingColor": { |
| 186 |
"type": "string", |
| 187 |
"default": "#111827" |
| 188 |
}, |
| 189 |
"textColor": { |
| 190 |
"type": "string", |
| 191 |
"default": "#374151" |
| 192 |
}, |
| 193 |
"labelColor": { |
| 194 |
"type": "string", |
| 195 |
"default": "#6b7280" |
| 196 |
}, |
| 197 |
"borderColor": { |
| 198 |
"type": "string", |
| 199 |
"default": "#e5e7eb" |
| 200 |
}, |
| 201 |
"accentColor": { |
| 202 |
"type": "string", |
| 203 |
"default": "#6366f1" |
| 204 |
}, |
| 205 |
"downloadBg": { |
| 206 |
"type": "string", |
| 207 |
"default": "#6366f1" |
| 208 |
}, |
| 209 |
"downloadColor": { |
| 210 |
"type": "string", |
| 211 |
"default": "#ffffff" |
| 212 |
}, |
| 213 |
"sectionBorderRadius": { |
| 214 |
"type": "number", |
| 215 |
"default": 12 |
| 216 |
}, |
| 217 |
"brandNameTypo": { |
| 218 |
"type": "object", |
| 219 |
"default": {} |
| 220 |
}, |
| 221 |
"taglineTypo": { |
| 222 |
"type": "object", |
| 223 |
"default": {} |
| 224 |
}, |
| 225 |
"sectionTitleTypo": { |
| 226 |
"type": "object", |
| 227 |
"default": {} |
| 228 |
}, |
| 229 |
"bodyTypo": { |
| 230 |
"type": "object", |
| 231 |
"default": {} |
| 232 |
}, |
| 233 |
"labelTypo": { |
| 234 |
"type": "object", |
| 235 |
"default": {} |
| 236 |
}, |
| 237 |
"metaTypo": { |
| 238 |
"type": "object", |
| 239 |
"default": {} |
| 240 |
} |
| 241 |
} |
| 242 |
} |
| 243 |
|