| 1 |
{ |
| 2 |
"apiVersion": 3, |
| 3 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 4 |
"name": "blockenberg/video-popup", |
| 5 |
"title": "Video Popup Button", |
| 6 |
"category": "bkbg-media", |
| 7 |
"icon": "controls-play", |
| 8 |
"description": "A stylizable play button that opens a YouTube, Vimeo, or custom video in a modern full-screen popup modal.", |
| 9 |
"keywords": [ |
| 10 |
"video", |
| 11 |
"popup", |
| 12 |
"modal", |
| 13 |
"play", |
| 14 |
"youtube", |
| 15 |
"vimeo", |
| 16 |
"button", |
| 17 |
"lightbox" |
| 18 |
], |
| 19 |
"textdomain": "blockenberg", |
| 20 |
"editorScript": "bkbg-video-popup-editor", |
| 21 |
"editorStyle": "bkbg-video-popup-style", |
| 22 |
"style": "bkbg-video-popup-style", |
| 23 |
"viewScript": "bkbg-video-popup-frontend", |
| 24 |
"supports": { |
| 25 |
"html": false, |
| 26 |
"anchor": true, |
| 27 |
"className": true, |
| 28 |
"align": [ |
| 29 |
"wide", |
| 30 |
"full" |
| 31 |
] |
| 32 |
}, |
| 33 |
"attributes": { |
| 34 |
"videoUrl": { |
| 35 |
"type": "string", |
| 36 |
"default": "" |
| 37 |
}, |
| 38 |
"autoplay": { |
| 39 |
"type": "boolean", |
| 40 |
"default": true |
| 41 |
}, |
| 42 |
"muted": { |
| 43 |
"type": "boolean", |
| 44 |
"default": false |
| 45 |
}, |
| 46 |
"buttonText": { |
| 47 |
"type": "string", |
| 48 |
"default": "Watch the Video" |
| 49 |
}, |
| 50 |
"buttonStyle": { |
| 51 |
"type": "string", |
| 52 |
"default": "solid" |
| 53 |
}, |
| 54 |
"buttonSize": { |
| 55 |
"type": "string", |
| 56 |
"default": "md" |
| 57 |
}, |
| 58 |
"buttonAlign": { |
| 59 |
"type": "string", |
| 60 |
"default": "center" |
| 61 |
}, |
| 62 |
"buttonFontSize": { |
| 63 |
"type": "number", |
| 64 |
"default": 15 |
| 65 |
}, |
| 66 |
"buttonFontWeight": { |
| 67 |
"type": "number", |
| 68 |
"default": 600 |
| 69 |
}, |
| 70 |
"buttonLetterSpacing": { |
| 71 |
"type": "number", |
| 72 |
"default": 0 |
| 73 |
}, |
| 74 |
"buttonTextTransform": { |
| 75 |
"type": "string", |
| 76 |
"default": "none" |
| 77 |
}, |
| 78 |
"buttonPaddingV": { |
| 79 |
"type": "number", |
| 80 |
"default": 13 |
| 81 |
}, |
| 82 |
"buttonPaddingH": { |
| 83 |
"type": "number", |
| 84 |
"default": 26 |
| 85 |
}, |
| 86 |
"buttonBorderRadius": { |
| 87 |
"type": "number", |
| 88 |
"default": 8 |
| 89 |
}, |
| 90 |
"buttonBg": { |
| 91 |
"type": "string", |
| 92 |
"default": "#1d4ed8" |
| 93 |
}, |
| 94 |
"buttonBgHover": { |
| 95 |
"type": "string", |
| 96 |
"default": "#1e40af" |
| 97 |
}, |
| 98 |
"buttonTextColor": { |
| 99 |
"type": "string", |
| 100 |
"default": "#ffffff" |
| 101 |
}, |
| 102 |
"buttonTextColorHover": { |
| 103 |
"type": "string", |
| 104 |
"default": "#ffffff" |
| 105 |
}, |
| 106 |
"buttonBorderColor": { |
| 107 |
"type": "string", |
| 108 |
"default": "#1d4ed8" |
| 109 |
}, |
| 110 |
"buttonBorderWidth": { |
| 111 |
"type": "number", |
| 112 |
"default": 2 |
| 113 |
}, |
| 114 |
"gradientFrom": { |
| 115 |
"type": "string", |
| 116 |
"default": "#6366f1" |
| 117 |
}, |
| 118 |
"gradientTo": { |
| 119 |
"type": "string", |
| 120 |
"default": "#8b5cf6" |
| 121 |
}, |
| 122 |
"gradientAngle": { |
| 123 |
"type": "number", |
| 124 |
"default": 135 |
| 125 |
}, |
| 126 |
"showButtonShadow": { |
| 127 |
"type": "boolean", |
| 128 |
"default": false |
| 129 |
}, |
| 130 |
"buttonShadowColor": { |
| 131 |
"type": "string", |
| 132 |
"default": "rgba(29,78,216,0.35)" |
| 133 |
}, |
| 134 |
"buttonShadowV": { |
| 135 |
"type": "number", |
| 136 |
"default": 8 |
| 137 |
}, |
| 138 |
"buttonShadowBlur": { |
| 139 |
"type": "number", |
| 140 |
"default": 24 |
| 141 |
}, |
| 142 |
"buttonShadowSpread": { |
| 143 |
"type": "number", |
| 144 |
"default": 0 |
| 145 |
}, |
| 146 |
"showIcon": { |
| 147 |
"type": "boolean", |
| 148 |
"default": true |
| 149 |
}, |
| 150 |
"iconStyle": { |
| 151 |
"type": "string", |
| 152 |
"default": "circle" |
| 153 |
}, |
| 154 |
"iconPosition": { |
| 155 |
"type": "string", |
| 156 |
"default": "left" |
| 157 |
}, |
| 158 |
"iconSize": { |
| 159 |
"type": "number", |
| 160 |
"default": 20 |
| 161 |
}, |
| 162 |
"iconColor": { |
| 163 |
"type": "string", |
| 164 |
"default": "#ffffff" |
| 165 |
}, |
| 166 |
"showSubtext": { |
| 167 |
"type": "boolean", |
| 168 |
"default": false |
| 169 |
}, |
| 170 |
"subtext": { |
| 171 |
"type": "string", |
| 172 |
"default": "" |
| 173 |
}, |
| 174 |
"subtextColor": { |
| 175 |
"type": "string", |
| 176 |
"default": "rgba(0,0,0,0.5)" |
| 177 |
}, |
| 178 |
"subtextSize": { |
| 179 |
"type": "number", |
| 180 |
"default": 12 |
| 181 |
}, |
| 182 |
"buttonTypo": { |
| 183 |
"type": "object", |
| 184 |
"default": {} |
| 185 |
}, |
| 186 |
"subtextTypo": { |
| 187 |
"type": "object", |
| 188 |
"default": {} |
| 189 |
}, |
| 190 |
"subtextSpacing": { |
| 191 |
"type": "number", |
| 192 |
"default": 8 |
| 193 |
}, |
| 194 |
"overlayColor": { |
| 195 |
"type": "string", |
| 196 |
"default": "rgba(0,0,0,0.88)" |
| 197 |
}, |
| 198 |
"overlayBlur": { |
| 199 |
"type": "boolean", |
| 200 |
"default": true |
| 201 |
}, |
| 202 |
"overlayBlurAmount": { |
| 203 |
"type": "number", |
| 204 |
"default": 8 |
| 205 |
}, |
| 206 |
"popupMaxWidth": { |
| 207 |
"type": "number", |
| 208 |
"default": 900 |
| 209 |
}, |
| 210 |
"popupBorderRadius": { |
| 211 |
"type": "number", |
| 212 |
"default": 12 |
| 213 |
}, |
| 214 |
"aspectRatio": { |
| 215 |
"type": "string", |
| 216 |
"default": "16-9" |
| 217 |
}, |
| 218 |
"closeOnOverlay": { |
| 219 |
"type": "boolean", |
| 220 |
"default": true |
| 221 |
}, |
| 222 |
"closeButtonColor": { |
| 223 |
"type": "string", |
| 224 |
"default": "#ffffff" |
| 225 |
} |
| 226 |
} |
| 227 |
} |
| 228 |
|