| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "blockenberg/sticky-two-col", |
| 5 |
"title": "Sticky Two Column", |
| 6 |
"description": "One column scrolls through feature highlights; the other stays sticky showing the active image — perfect for product tours and feature pages.", |
| 7 |
"category": "bkbg-layout", |
| 8 |
"icon": "columns", |
| 9 |
"keywords": [ |
| 10 |
"sticky", |
| 11 |
"two column", |
| 12 |
"split", |
| 13 |
"features", |
| 14 |
"product", |
| 15 |
"tour", |
| 16 |
"scroll" |
| 17 |
], |
| 18 |
"textdomain": "blockenberg", |
| 19 |
"editorScript": "bkbg-sticky-two-col-editor", |
| 20 |
"style": "bkbg-sticky-two-col-style", |
| 21 |
"viewScript": "bkbg-sticky-two-col-frontend", |
| 22 |
"supports": { |
| 23 |
"html": false, |
| 24 |
"align": [ |
| 25 |
"wide", |
| 26 |
"full" |
| 27 |
] |
| 28 |
}, |
| 29 |
"attributes": { |
| 30 |
"items": { |
| 31 |
"type": "array", |
| 32 |
"default": [ |
| 33 |
{ |
| 34 |
"eyebrow": "Step 1", |
| 35 |
"title": "Set up in minutes", |
| 36 |
"text": "Install once and your entire team is ready to go. No complicated configuration — just connect your account and start.", |
| 37 |
"icon": "⚡", "iconType": "custom-char", |
| 38 |
"iconDashicon": "", |
| 39 |
"iconImageUrl": "", "imageUrl": "", |
| 40 |
"imageId": 0, |
| 41 |
"imageAlt": "", |
| 42 |
"accentColor": "#6366f1" |
| 43 |
}, |
| 44 |
{ |
| 45 |
"eyebrow": "Step 2", |
| 46 |
"title": "Collaborate in real time", |
| 47 |
"text": "Everyone works on the same canvas simultaneously. Comments, cursors and edits appear instantly across all devices.", |
| 48 |
"icon": "🤝", "iconType": "custom-char", |
| 49 |
"iconDashicon": "", |
| 50 |
"iconImageUrl": "", "imageUrl": "", |
| 51 |
"imageId": 0, |
| 52 |
"imageAlt": "", |
| 53 |
"accentColor": "#ec4899" |
| 54 |
}, |
| 55 |
{ |
| 56 |
"eyebrow": "Step 3", |
| 57 |
"title": "Ship with confidence", |
| 58 |
"text": "Built-in review flows, version history and one-click rollback mean you can move fast without breaking things.", |
| 59 |
"icon": "🚀", "iconType": "custom-char", |
| 60 |
"iconDashicon": "", |
| 61 |
"iconImageUrl": "", "imageUrl": "", |
| 62 |
"imageId": 0, |
| 63 |
"imageAlt": "", |
| 64 |
"accentColor": "#16a34a" |
| 65 |
} |
| 66 |
] |
| 67 |
}, |
| 68 |
"stickyPosition": { |
| 69 |
"type": "string", |
| 70 |
"default": "right" |
| 71 |
}, |
| 72 |
"splitRatio": { |
| 73 |
"type": "string", |
| 74 |
"default": "50-50" |
| 75 |
}, |
| 76 |
"stickyOffset": { |
| 77 |
"type": "number", |
| 78 |
"default": 80 |
| 79 |
}, |
| 80 |
"imageRadius": { |
| 81 |
"type": "number", |
| 82 |
"default": 16 |
| 83 |
}, |
| 84 |
"showDivider": { |
| 85 |
"type": "boolean", |
| 86 |
"default": true |
| 87 |
}, |
| 88 |
"showProgressBar": { |
| 89 |
"type": "boolean", |
| 90 |
"default": true |
| 91 |
}, |
| 92 |
"iconSize": { |
| 93 |
"type": "number", |
| 94 |
"default": 36 |
| 95 |
}, |
| 96 |
"gap": { |
| 97 |
"type": "number", |
| 98 |
"default": 80 |
| 99 |
}, |
| 100 |
"paddingTop": { |
| 101 |
"type": "number", |
| 102 |
"default": 0 |
| 103 |
}, |
| 104 |
"paddingBottom": { |
| 105 |
"type": "number", |
| 106 |
"default": 0 |
| 107 |
}, |
| 108 |
"bgColor": { |
| 109 |
"type": "string", |
| 110 |
"default": "" |
| 111 |
}, |
| 112 |
"panelBg": { |
| 113 |
"type": "string", |
| 114 |
"default": "#f8f8fc" |
| 115 |
}, |
| 116 |
"eyebrowColor": { |
| 117 |
"type": "string", |
| 118 |
"default": "#6366f1" |
| 119 |
}, |
| 120 |
"titleColor": { |
| 121 |
"type": "string", |
| 122 |
"default": "#111827" |
| 123 |
}, |
| 124 |
"textColor": { |
| 125 |
"type": "string", |
| 126 |
"default": "#6b7280" |
| 127 |
}, |
| 128 |
"iconBg": { |
| 129 |
"type": "string", |
| 130 |
"default": "#ede9fe" |
| 131 |
}, |
| 132 |
"dividerColor": { |
| 133 |
"type": "string", |
| 134 |
"default": "#e5e7eb" |
| 135 |
}, |
| 136 |
"accentColor": { |
| 137 |
"type": "string", |
| 138 |
"default": "#6366f1" |
| 139 |
}, |
| 140 |
"titleFontSize": { |
| 141 |
"type": "number", |
| 142 |
"default": 22 |
| 143 |
}, |
| 144 |
"titleFontWeight": { |
| 145 |
"type": "string", |
| 146 |
"default": "800" |
| 147 |
}, |
| 148 |
"titleLineHeight": { |
| 149 |
"type": "number", |
| 150 |
"default": 1.2 |
| 151 |
}, |
| 152 |
"bodyFontSize": { |
| 153 |
"type": "number", |
| 154 |
"default": 15 |
| 155 |
}, |
| 156 |
"bodyLineHeight": { |
| 157 |
"type": "number", |
| 158 |
"default": 1.7 |
| 159 |
}, |
| 160 |
"eyebrowFontSize": { |
| 161 |
"type": "number", |
| 162 |
"default": 12 |
| 163 |
}, |
| 164 |
"eyebrowTypo": { |
| 165 |
"type": "object", |
| 166 |
"default": {} |
| 167 |
}, |
| 168 |
"titleTypo": { |
| 169 |
"type": "object", |
| 170 |
"default": {} |
| 171 |
}, |
| 172 |
"bodyTypo": { |
| 173 |
"type": "object", |
| 174 |
"default": {} |
| 175 |
} |
| 176 |
} |
| 177 |
} |
| 178 |
|