| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockenberg/press-kit", |
| 5 |
"version": "1.0.0", |
| 6 |
"title": "Press Kit", |
| 7 |
"category": "bkbg-business", |
| 8 |
"icon": "format-image", |
| 9 |
"description": "Press/media kit section with brand assets (logos, colors, photos, documents), company blurb, and download buttons. Perfect for press pages and media rooms.", |
| 10 |
"keywords": [ |
| 11 |
"press", |
| 12 |
"media", |
| 13 |
"kit", |
| 14 |
"brand", |
| 15 |
"assets", |
| 16 |
"download", |
| 17 |
"logos", |
| 18 |
"pr" |
| 19 |
], |
| 20 |
"textdomain": "blockenberg", |
| 21 |
"editorScript": "bkbg-press-kit-editor", |
| 22 |
"style": "bkbg-press-kit-style", |
| 23 |
"viewScript": "bkbg-press-kit-frontend", |
| 24 |
"supports": { |
| 25 |
"html": false, |
| 26 |
"align": [ |
| 27 |
"wide", |
| 28 |
"full" |
| 29 |
] |
| 30 |
}, |
| 31 |
"attributes": { |
| 32 |
"eyebrow": { |
| 33 |
"type": "string", |
| 34 |
"default": "Press Room" |
| 35 |
}, |
| 36 |
"heading": { |
| 37 |
"type": "string", |
| 38 |
"default": "Media Kit & Brand Assets" |
| 39 |
}, |
| 40 |
"subtext": { |
| 41 |
"type": "string", |
| 42 |
"default": "Everything you need to write about us. Download logos, brand guidelines, and executive photos." |
| 43 |
}, |
| 44 |
"companyName": { |
| 45 |
"type": "string", |
| 46 |
"default": "Acme Inc." |
| 47 |
}, |
| 48 |
"companyBlurb": { |
| 49 |
"type": "string", |
| 50 |
"default": "Acme Inc. is a leading provider of innovative software solutions that help businesses grow faster and smarter. Founded in 2018, we serve over 10,000 customers worldwide." |
| 51 |
}, |
| 52 |
"assets": { |
| 53 |
"type": "array", |
| 54 |
"default": [ |
| 55 |
{ |
| 56 |
"label": "Logo Pack (SVG + PNG)", |
| 57 |
"description": "Full color, white, and black variations", |
| 58 |
"fileUrl": "#", |
| 59 |
"previewUrl": "", |
| 60 |
"type": "logo" |
| 61 |
}, |
| 62 |
{ |
| 63 |
"label": "Brand Guidelines PDF", |
| 64 |
"description": "Fonts, colors, and usage rules", |
| 65 |
"fileUrl": "#", |
| 66 |
"previewUrl": "", |
| 67 |
"type": "document" |
| 68 |
}, |
| 69 |
{ |
| 70 |
"label": "CEO Headshot", |
| 71 |
"description": "High-resolution press photo", |
| 72 |
"fileUrl": "#", |
| 73 |
"previewUrl": "", |
| 74 |
"type": "photo" |
| 75 |
}, |
| 76 |
{ |
| 77 |
"label": "Product Screenshots", |
| 78 |
"description": "Latest UI screenshots in light and dark", |
| 79 |
"fileUrl": "#", |
| 80 |
"previewUrl": "", |
| 81 |
"type": "photo" |
| 82 |
} |
| 83 |
] |
| 84 |
}, |
| 85 |
"brandColors": { |
| 86 |
"type": "array", |
| 87 |
"default": [ |
| 88 |
{ |
| 89 |
"name": "Indigo", |
| 90 |
"hex": "#6366f1" |
| 91 |
}, |
| 92 |
{ |
| 93 |
"name": "Slate 900", |
| 94 |
"hex": "#0f172a" |
| 95 |
}, |
| 96 |
{ |
| 97 |
"name": "White", |
| 98 |
"hex": "#ffffff" |
| 99 |
}, |
| 100 |
{ |
| 101 |
"name": "Violet", |
| 102 |
"hex": "#8b5cf6" |
| 103 |
} |
| 104 |
] |
| 105 |
}, |
| 106 |
"showBrandColors": { |
| 107 |
"type": "boolean", |
| 108 |
"default": true |
| 109 |
}, |
| 110 |
"showDownloadAll": { |
| 111 |
"type": "boolean", |
| 112 |
"default": true |
| 113 |
}, |
| 114 |
"downloadAllUrl": { |
| 115 |
"type": "string", |
| 116 |
"default": "#" |
| 117 |
}, |
| 118 |
"downloadAllLabel": { |
| 119 |
"type": "string", |
| 120 |
"default": "Download Full Press Kit" |
| 121 |
}, |
| 122 |
"pressEmail": { |
| 123 |
"type": "string", |
| 124 |
"default": "press@example.com" |
| 125 |
}, |
| 126 |
"showPressContact": { |
| 127 |
"type": "boolean", |
| 128 |
"default": true |
| 129 |
}, |
| 130 |
"bgColor": { |
| 131 |
"type": "string", |
| 132 |
"default": "#ffffff" |
| 133 |
}, |
| 134 |
"headingColor": { |
| 135 |
"type": "string", |
| 136 |
"default": "#111827" |
| 137 |
}, |
| 138 |
"subColor": { |
| 139 |
"type": "string", |
| 140 |
"default": "#6b7280" |
| 141 |
}, |
| 142 |
"eyebrowColor": { |
| 143 |
"type": "string", |
| 144 |
"default": "#6366f1" |
| 145 |
}, |
| 146 |
"cardBg": { |
| 147 |
"type": "string", |
| 148 |
"default": "#f8fafc" |
| 149 |
}, |
| 150 |
"cardBorder": { |
| 151 |
"type": "string", |
| 152 |
"default": "#e2e8f0" |
| 153 |
}, |
| 154 |
"assetLabelColor": { |
| 155 |
"type": "string", |
| 156 |
"default": "#111827" |
| 157 |
}, |
| 158 |
"assetDescColor": { |
| 159 |
"type": "string", |
| 160 |
"default": "#6b7280" |
| 161 |
}, |
| 162 |
"downloadBg": { |
| 163 |
"type": "string", |
| 164 |
"default": "#6366f1" |
| 165 |
}, |
| 166 |
"downloadColor": { |
| 167 |
"type": "string", |
| 168 |
"default": "#ffffff" |
| 169 |
}, |
| 170 |
"accentColor": { |
| 171 |
"type": "string", |
| 172 |
"default": "#6366f1" |
| 173 |
}, |
| 174 |
"blurbColor": { |
| 175 |
"type": "string", |
| 176 |
"default": "#374151" |
| 177 |
}, |
| 178 |
"maxWidth": { |
| 179 |
"type": "number", |
| 180 |
"default": 1100 |
| 181 |
}, |
| 182 |
"paddingTop": { |
| 183 |
"type": "number", |
| 184 |
"default": 80 |
| 185 |
}, |
| 186 |
"paddingBottom": { |
| 187 |
"type": "number", |
| 188 |
"default": 80 |
| 189 |
}, |
| 190 |
"headingTypo": { |
| 191 |
"type": "object", |
| 192 |
"default": {} |
| 193 |
}, |
| 194 |
"subtextTypo": { |
| 195 |
"type": "object", |
| 196 |
"default": {} |
| 197 |
}, |
| 198 |
"eyebrowTypo": { |
| 199 |
"type": "object", |
| 200 |
"default": {} |
| 201 |
}, |
| 202 |
"bodyTypo": { |
| 203 |
"type": "object", |
| 204 |
"default": {} |
| 205 |
}, |
| 206 |
"assetLabelTypo": { |
| 207 |
"type": "object", |
| 208 |
"default": {} |
| 209 |
}, |
| 210 |
"assetDescTypo": { |
| 211 |
"type": "object", |
| 212 |
"default": {} |
| 213 |
} |
| 214 |
} |
| 215 |
} |