| 1 |
{ |
| 2 |
"apiVersion": 3, |
| 3 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 4 |
"name": "blockenberg/feature-video-tabs", |
| 5 |
"title": "Feature Video Tabs", |
| 6 |
"description": "A feature showcase section with tab navigation and an auto-playing video per tab. Each tab shows a headline, description, bullet points, and an optional CTA button alongside its video.", |
| 7 |
"category": "bkbg-marketing", |
| 8 |
"icon": "video-alt3", |
| 9 |
"keywords": [ |
| 10 |
"feature", |
| 11 |
"tabs", |
| 12 |
"video", |
| 13 |
"showcase", |
| 14 |
"features", |
| 15 |
"autoplay", |
| 16 |
"demo" |
| 17 |
], |
| 18 |
"editorScript": "bkbg-feature-video-tabs-editor", |
| 19 |
"editorStyle": "bkbg-feature-video-tabs-style", |
| 20 |
"style": "bkbg-feature-video-tabs-style", |
| 21 |
"viewScript": "bkbg-feature-video-tabs-frontend", |
| 22 |
"supports": { |
| 23 |
"html": false, |
| 24 |
"anchor": true, |
| 25 |
"className": true, |
| 26 |
"align": [ |
| 27 |
"wide", |
| 28 |
"full" |
| 29 |
] |
| 30 |
}, |
| 31 |
"attributes": { |
| 32 |
"tabs": { |
| 33 |
"type": "array", |
| 34 |
"default": [ |
| 35 |
{ |
| 36 |
"label": "Easy Setup", |
| 37 |
"icon": "⚡", |
| 38 |
"iconType": "custom-char", |
| 39 |
"iconDashicon": "", |
| 40 |
"iconImageUrl": "", |
| 41 |
"headline": "Get started in minutes", |
| 42 |
"description": "No complicated configuration. Our intuitive onboarding process guides you every step of the way so you can focus on what matters.", |
| 43 |
"bullets": [ |
| 44 |
"One-click install", |
| 45 |
"Pre-built templates", |
| 46 |
"Import from any platform" |
| 47 |
], |
| 48 |
"ctaLabel": "Start Free Trial", |
| 49 |
"ctaUrl": "#", |
| 50 |
"videoUrl": "", |
| 51 |
"videoPoster": "", |
| 52 |
"fallbackImageUrl": "", |
| 53 |
"fallbackImageId": 0 |
| 54 |
}, |
| 55 |
{ |
| 56 |
"label": "Powerful Analytics", |
| 57 |
"icon": "📊", |
| 58 |
"iconType": "custom-char", |
| 59 |
"iconDashicon": "", |
| 60 |
"iconImageUrl": "", |
| 61 |
"headline": "Data-driven decisions", |
| 62 |
"description": "Real-time dashboards, custom reports, and AI-powered insights help you understand your audience and grow faster.", |
| 63 |
"bullets": [ |
| 64 |
"Real-time reporting", |
| 65 |
"Custom funnels", |
| 66 |
"AI recommendations" |
| 67 |
], |
| 68 |
"ctaLabel": "See Analytics", |
| 69 |
"ctaUrl": "#", |
| 70 |
"videoUrl": "", |
| 71 |
"videoPoster": "", |
| 72 |
"fallbackImageUrl": "", |
| 73 |
"fallbackImageId": 0 |
| 74 |
}, |
| 75 |
{ |
| 76 |
"label": "Team Collaboration", |
| 77 |
"icon": "🤝", |
| 78 |
"iconType": "custom-char", |
| 79 |
"iconDashicon": "", |
| 80 |
"iconImageUrl": "", |
| 81 |
"headline": "Work better together", |
| 82 |
"description": "Comment, assign, and ship — all in one place. Keep your entire team in sync with shared workspaces and live editing.", |
| 83 |
"bullets": [ |
| 84 |
"Shared workspaces", |
| 85 |
"Live editing", |
| 86 |
"Role-based access" |
| 87 |
], |
| 88 |
"ctaLabel": "Invite Team", |
| 89 |
"ctaUrl": "#", |
| 90 |
"videoUrl": "", |
| 91 |
"videoPoster": "", |
| 92 |
"fallbackImageUrl": "", |
| 93 |
"fallbackImageId": 0 |
| 94 |
} |
| 95 |
] |
| 96 |
}, |
| 97 |
"layout": { |
| 98 |
"type": "string", |
| 99 |
"default": "right-video" |
| 100 |
}, |
| 101 |
"tabStyle": { |
| 102 |
"type": "string", |
| 103 |
"default": "pills" |
| 104 |
}, |
| 105 |
"defaultActive": { |
| 106 |
"type": "number", |
| 107 |
"default": 0 |
| 108 |
}, |
| 109 |
"autoAdvance": { |
| 110 |
"type": "boolean", |
| 111 |
"default": false |
| 112 |
}, |
| 113 |
"autoAdvanceDelay": { |
| 114 |
"type": "number", |
| 115 |
"default": 5000 |
| 116 |
}, |
| 117 |
"videoAutoPlay": { |
| 118 |
"type": "boolean", |
| 119 |
"default": true |
| 120 |
}, |
| 121 |
"videoLoop": { |
| 122 |
"type": "boolean", |
| 123 |
"default": true |
| 124 |
}, |
| 125 |
"videoMuted": { |
| 126 |
"type": "boolean", |
| 127 |
"default": true |
| 128 |
}, |
| 129 |
"aspect": { |
| 130 |
"type": "string", |
| 131 |
"default": "16/9" |
| 132 |
}, |
| 133 |
"videoRadius": { |
| 134 |
"type": "number", |
| 135 |
"default": 12 |
| 136 |
}, |
| 137 |
"videoShadow": { |
| 138 |
"type": "boolean", |
| 139 |
"default": true |
| 140 |
}, |
| 141 |
"showIcons": { |
| 142 |
"type": "boolean", |
| 143 |
"default": true |
| 144 |
}, |
| 145 |
"showBullets": { |
| 146 |
"type": "boolean", |
| 147 |
"default": true |
| 148 |
}, |
| 149 |
"showCta": { |
| 150 |
"type": "boolean", |
| 151 |
"default": true |
| 152 |
}, |
| 153 |
"gap": { |
| 154 |
"type": "number", |
| 155 |
"default": 48 |
| 156 |
}, |
| 157 |
"tabAreaWidth": { |
| 158 |
"type": "number", |
| 159 |
"default": 40 |
| 160 |
}, |
| 161 |
"paddingTop": { |
| 162 |
"type": "number", |
| 163 |
"default": 60 |
| 164 |
}, |
| 165 |
"paddingBottom": { |
| 166 |
"type": "number", |
| 167 |
"default": 60 |
| 168 |
}, |
| 169 |
"headlineSize": { |
| 170 |
"type": "number", |
| 171 |
"default": 26 |
| 172 |
}, |
| 173 |
"descSize": { |
| 174 |
"type": "number", |
| 175 |
"default": 15 |
| 176 |
}, |
| 177 |
"bulletSize": { |
| 178 |
"type": "number", |
| 179 |
"default": 14 |
| 180 |
}, |
| 181 |
"tabLabelSize": { |
| 182 |
"type": "number", |
| 183 |
"default": 14 |
| 184 |
}, |
| 185 |
"iconSize": { |
| 186 |
"type": "number", |
| 187 |
"default": 24 |
| 188 |
}, |
| 189 |
"typoHeadline": { |
| 190 |
"type": "object", |
| 191 |
"default": {} |
| 192 |
}, |
| 193 |
"typoDesc": { |
| 194 |
"type": "object", |
| 195 |
"default": {} |
| 196 |
}, |
| 197 |
"typoTabLabel": { |
| 198 |
"type": "object", |
| 199 |
"default": {} |
| 200 |
}, |
| 201 |
"typoBullet": { |
| 202 |
"type": "object", |
| 203 |
"default": {} |
| 204 |
}, |
| 205 |
"bgColor": { |
| 206 |
"type": "string", |
| 207 |
"default": "" |
| 208 |
}, |
| 209 |
"accentColor": { |
| 210 |
"type": "string", |
| 211 |
"default": "#6366f1" |
| 212 |
}, |
| 213 |
"activeTabBg": { |
| 214 |
"type": "string", |
| 215 |
"default": "#6366f1" |
| 216 |
}, |
| 217 |
"activeTabColor": { |
| 218 |
"type": "string", |
| 219 |
"default": "#ffffff" |
| 220 |
}, |
| 221 |
"idleTabBg": { |
| 222 |
"type": "string", |
| 223 |
"default": "" |
| 224 |
}, |
| 225 |
"idleTabColor": { |
| 226 |
"type": "string", |
| 227 |
"default": "#374151" |
| 228 |
}, |
| 229 |
"headlineColor": { |
| 230 |
"type": "string", |
| 231 |
"default": "#111827" |
| 232 |
}, |
| 233 |
"descColor": { |
| 234 |
"type": "string", |
| 235 |
"default": "#4b5563" |
| 236 |
}, |
| 237 |
"bulletColor": { |
| 238 |
"type": "string", |
| 239 |
"default": "#374151" |
| 240 |
}, |
| 241 |
"bulletDot": { |
| 242 |
"type": "string", |
| 243 |
"default": "#6366f1" |
| 244 |
}, |
| 245 |
"ctaBg": { |
| 246 |
"type": "string", |
| 247 |
"default": "#6366f1" |
| 248 |
}, |
| 249 |
"ctaColor": { |
| 250 |
"type": "string", |
| 251 |
"default": "#ffffff" |
| 252 |
}, |
| 253 |
"videoBg": { |
| 254 |
"type": "string", |
| 255 |
"default": "#000000" |
| 256 |
} |
| 257 |
} |
| 258 |
} |
| 259 |
|