| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockenberg/job-openings", |
| 5 |
"title": "Job Openings", |
| 6 |
"description": "Careers section with filterable job listings, department tags, location info, and apply links.", |
| 7 |
"category": "bkbg-business", |
| 8 |
"icon": "businessman", |
| 9 |
"keywords": [ |
| 10 |
"jobs", |
| 11 |
"careers", |
| 12 |
"hiring", |
| 13 |
"openings", |
| 14 |
"positions", |
| 15 |
"work" |
| 16 |
], |
| 17 |
"textdomain": "blockenberg", |
| 18 |
"editorScript": "bkbg-job-openings-editor", |
| 19 |
"style": "bkbg-job-openings-style", |
| 20 |
"viewScript": "bkbg-job-openings-frontend", |
| 21 |
"supports": { |
| 22 |
"html": false, |
| 23 |
"align": [ |
| 24 |
"wide", |
| 25 |
"full" |
| 26 |
] |
| 27 |
}, |
| 28 |
"attributes": { |
| 29 |
"eyebrow": { |
| 30 |
"type": "string", |
| 31 |
"default": "We're Hiring" |
| 32 |
}, |
| 33 |
"showEyebrow": { |
| 34 |
"type": "boolean", |
| 35 |
"default": true |
| 36 |
}, |
| 37 |
"heading": { |
| 38 |
"type": "string", |
| 39 |
"default": "Join Our Team" |
| 40 |
}, |
| 41 |
"subtext": { |
| 42 |
"type": "string", |
| 43 |
"default": "We're building something special. Come help us do it." |
| 44 |
}, |
| 45 |
"showSubtext": { |
| 46 |
"type": "boolean", |
| 47 |
"default": true |
| 48 |
}, |
| 49 |
"jobs": { |
| 50 |
"type": "array", |
| 51 |
"default": [ |
| 52 |
{ |
| 53 |
"title": "Senior Product Designer", |
| 54 |
"department": "Design", |
| 55 |
"location": "Remote", |
| 56 |
"type": "Full-time", |
| 57 |
"url": "#", |
| 58 |
"description": "Lead the design of our core product experience from concept through delivery." |
| 59 |
}, |
| 60 |
{ |
| 61 |
"title": "Full-Stack Engineer", |
| 62 |
"department": "Engineering", |
| 63 |
"location": "New York, NY", |
| 64 |
"type": "Full-time", |
| 65 |
"url": "#", |
| 66 |
"description": "Build and scale the systems that power our platform for thousands of users." |
| 67 |
}, |
| 68 |
{ |
| 69 |
"title": "Head of Growth Marketing", |
| 70 |
"department": "Marketing", |
| 71 |
"location": "Remote", |
| 72 |
"type": "Full-time", |
| 73 |
"url": "#", |
| 74 |
"description": "Own the strategy and execution of all demand generation programs." |
| 75 |
}, |
| 76 |
{ |
| 77 |
"title": "Customer Success Manager", |
| 78 |
"department": "Operations", |
| 79 |
"location": "Austin, TX", |
| 80 |
"type": "Full-time", |
| 81 |
"url": "#", |
| 82 |
"description": "Partner with customers to ensure they achieve their goals using our platform." |
| 83 |
} |
| 84 |
] |
| 85 |
}, |
| 86 |
"applyLabel": { |
| 87 |
"type": "string", |
| 88 |
"default": "Apply Now →" |
| 89 |
}, |
| 90 |
"openInNewTab": { |
| 91 |
"type": "boolean", |
| 92 |
"default": true |
| 93 |
}, |
| 94 |
"showFilter": { |
| 95 |
"type": "boolean", |
| 96 |
"default": true |
| 97 |
}, |
| 98 |
"filterBy": { |
| 99 |
"type": "string", |
| 100 |
"default": "department" |
| 101 |
}, |
| 102 |
"showDescription": { |
| 103 |
"type": "boolean", |
| 104 |
"default": true |
| 105 |
}, |
| 106 |
"layout": { |
| 107 |
"type": "string", |
| 108 |
"default": "list" |
| 109 |
}, |
| 110 |
"showNone": { |
| 111 |
"type": "boolean", |
| 112 |
"default": true |
| 113 |
}, |
| 114 |
"noneText": { |
| 115 |
"type": "string", |
| 116 |
"default": "No openings in this category right now. Check back soon!" |
| 117 |
}, |
| 118 |
"bgColor": { |
| 119 |
"type": "string", |
| 120 |
"default": "#ffffff" |
| 121 |
}, |
| 122 |
"eyebrowColor": { |
| 123 |
"type": "string", |
| 124 |
"default": "#7c3aed" |
| 125 |
}, |
| 126 |
"eyebrowBg": { |
| 127 |
"type": "string", |
| 128 |
"default": "#f3f0ff" |
| 129 |
}, |
| 130 |
"headingColor": { |
| 131 |
"type": "string", |
| 132 |
"default": "#111827" |
| 133 |
}, |
| 134 |
"subtextColor": { |
| 135 |
"type": "string", |
| 136 |
"default": "#6b7280" |
| 137 |
}, |
| 138 |
"jobCardBg": { |
| 139 |
"type": "string", |
| 140 |
"default": "#f9fafb" |
| 141 |
}, |
| 142 |
"jobCardBorder": { |
| 143 |
"type": "string", |
| 144 |
"default": "#e5e7eb" |
| 145 |
}, |
| 146 |
"jobTitleColor": { |
| 147 |
"type": "string", |
| 148 |
"default": "#111827" |
| 149 |
}, |
| 150 |
"jobDescColor": { |
| 151 |
"type": "string", |
| 152 |
"default": "#6b7280" |
| 153 |
}, |
| 154 |
"deptBg": { |
| 155 |
"type": "string", |
| 156 |
"default": "#f3f0ff" |
| 157 |
}, |
| 158 |
"deptColor": { |
| 159 |
"type": "string", |
| 160 |
"default": "#7c3aed" |
| 161 |
}, |
| 162 |
"typeBg": { |
| 163 |
"type": "string", |
| 164 |
"default": "#f0fdf4" |
| 165 |
}, |
| 166 |
"typeColor": { |
| 167 |
"type": "string", |
| 168 |
"default": "#15803d" |
| 169 |
}, |
| 170 |
"locationColor": { |
| 171 |
"type": "string", |
| 172 |
"default": "#6b7280" |
| 173 |
}, |
| 174 |
"filterBg": { |
| 175 |
"type": "string", |
| 176 |
"default": "#f3f4f6" |
| 177 |
}, |
| 178 |
"filterColor": { |
| 179 |
"type": "string", |
| 180 |
"default": "#374151" |
| 181 |
}, |
| 182 |
"filterActiveBg": { |
| 183 |
"type": "string", |
| 184 |
"default": "#7c3aed" |
| 185 |
}, |
| 186 |
"filterActiveColor": { |
| 187 |
"type": "string", |
| 188 |
"default": "#ffffff" |
| 189 |
}, |
| 190 |
"applyBg": { |
| 191 |
"type": "string", |
| 192 |
"default": "#7c3aed" |
| 193 |
}, |
| 194 |
"applyColor": { |
| 195 |
"type": "string", |
| 196 |
"default": "#ffffff" |
| 197 |
}, |
| 198 |
"accentColor": { |
| 199 |
"type": "string", |
| 200 |
"default": "#7c3aed" |
| 201 |
}, |
| 202 |
"headingSize": { |
| 203 |
"type": "number", |
| 204 |
"default": 38 |
| 205 |
}, |
| 206 |
"headingTypo": { |
| 207 |
"type": "object", |
| 208 |
"default": {} |
| 209 |
}, |
| 210 |
"eyebrowTypo": { |
| 211 |
"type": "object", |
| 212 |
"default": {} |
| 213 |
}, |
| 214 |
"subtextTypo": { |
| 215 |
"type": "object", |
| 216 |
"default": {} |
| 217 |
}, |
| 218 |
"jobTitleTypo": { |
| 219 |
"type": "object", |
| 220 |
"default": {} |
| 221 |
}, |
| 222 |
"jobDescTypo": { |
| 223 |
"type": "object", |
| 224 |
"default": {} |
| 225 |
}, |
| 226 |
"maxWidth": { |
| 227 |
"type": "number", |
| 228 |
"default": 1000 |
| 229 |
}, |
| 230 |
"paddingTop": { |
| 231 |
"type": "number", |
| 232 |
"default": 80 |
| 233 |
}, |
| 234 |
"paddingBottom": { |
| 235 |
"type": "number", |
| 236 |
"default": 80 |
| 237 |
}, |
| 238 |
"eyebrowSize": { |
| 239 |
"type": "number", |
| 240 |
"default": 12 |
| 241 |
} |
| 242 |
} |
| 243 |
} |
| 244 |
|