| 1 |
{ |
| 2 |
"$schema": "https://schemas.wp.org/trunk/block.json", |
| 3 |
"apiVersion": 3, |
| 4 |
"name": "ghostkit/video", |
| 5 |
"category": "ghostkit", |
| 6 |
"title": "Video", |
| 7 |
"description": "Plain and Fullscreen YouTube, Vimeo and Self-Hosted videos.", |
| 8 |
"keywords": ["video", "youtube", "vimeo"], |
| 9 |
"supports": { |
| 10 |
"html": false, |
| 11 |
"className": false, |
| 12 |
"anchor": true, |
| 13 |
"align": ["wide", "full"] |
| 14 |
}, |
| 15 |
"attributes": { |
| 16 |
"type": { |
| 17 |
"type": "string", |
| 18 |
"default": "yt_vm_video" |
| 19 |
}, |
| 20 |
"video": { |
| 21 |
"type": "string", |
| 22 |
"default": "" |
| 23 |
}, |
| 24 |
"videoPosterPreview": { |
| 25 |
"type": "string", |
| 26 |
"default": "" |
| 27 |
}, |
| 28 |
"videoMp4": { |
| 29 |
"type": "string", |
| 30 |
"default": "" |
| 31 |
}, |
| 32 |
"videoMp4Id": { |
| 33 |
"type": "number" |
| 34 |
}, |
| 35 |
"videoOgv": { |
| 36 |
"type": "string", |
| 37 |
"default": "" |
| 38 |
}, |
| 39 |
"videoOgvId": { |
| 40 |
"type": "number" |
| 41 |
}, |
| 42 |
"videoWebm": { |
| 43 |
"type": "string", |
| 44 |
"default": "" |
| 45 |
}, |
| 46 |
"videoWebmId": { |
| 47 |
"type": "number" |
| 48 |
}, |
| 49 |
"videoAspectRatio": { |
| 50 |
"type": "string", |
| 51 |
"default": "16:9" |
| 52 |
}, |
| 53 |
"videoVolume": { |
| 54 |
"type": "number", |
| 55 |
"default": 100 |
| 56 |
}, |
| 57 |
"videoAutoplay": { |
| 58 |
"type": "boolean", |
| 59 |
"default": false |
| 60 |
}, |
| 61 |
"videoAutopause": { |
| 62 |
"type": "boolean", |
| 63 |
"default": false |
| 64 |
}, |
| 65 |
"videoLoop": { |
| 66 |
"type": "boolean", |
| 67 |
"default": false |
| 68 |
}, |
| 69 |
"videoBackgroundColor": { |
| 70 |
"type": "string", |
| 71 |
"default": "#010101" |
| 72 |
}, |
| 73 |
"videoBackgroundGradient": { |
| 74 |
"type": "string" |
| 75 |
}, |
| 76 |
|
| 77 |
"iconPlay": { |
| 78 |
"type": "string", |
| 79 |
"default": "%3Csvg%20class%3D%22ghostkit-svg-icon%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%204.83167C5%204.0405%205.87525%203.56266%206.54076%203.99049L17.6915%2011.1588C18.3038%2011.5525%2018.3038%2012.4475%2017.6915%2012.8412L6.54076%2020.0095C5.87525%2020.4373%205%2019.9595%205%2019.1683V4.83167Z%22%20fill%3D%22currentColor%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E" |
| 80 |
}, |
| 81 |
"iconLoading": { |
| 82 |
"type": "string", |
| 83 |
"default": "%3Cspan%20class%3D%22ghostkit-svg-icon%20ghostkit-icon-spinner%22%3E%3C%2Fspan%3E" |
| 84 |
}, |
| 85 |
|
| 86 |
"posterId": { |
| 87 |
"type": "number", |
| 88 |
"default": "" |
| 89 |
}, |
| 90 |
"posterUrl": { |
| 91 |
"attribute": "src", |
| 92 |
"selector": ".ghostkit-video-poster img", |
| 93 |
"source": "attribute", |
| 94 |
"type": "string" |
| 95 |
}, |
| 96 |
"posterAlt": { |
| 97 |
"attribute": "alt", |
| 98 |
"selector": ".ghostkit-video-poster img", |
| 99 |
"source": "attribute", |
| 100 |
"type": "string", |
| 101 |
"default": "" |
| 102 |
}, |
| 103 |
"posterWidth": { |
| 104 |
"type": "number" |
| 105 |
}, |
| 106 |
"posterHeight": { |
| 107 |
"type": "number" |
| 108 |
}, |
| 109 |
"posterSizeSlug": { |
| 110 |
"type": "string" |
| 111 |
}, |
| 112 |
|
| 113 |
"clickAction": { |
| 114 |
"type": "string", |
| 115 |
"default": "plain" |
| 116 |
}, |
| 117 |
"fullscreenVideoBackgroundColor": { |
| 118 |
"type": "string" |
| 119 |
}, |
| 120 |
"fullscreenVideoBackgroundGradient": { |
| 121 |
"type": "string" |
| 122 |
}, |
| 123 |
"fullscreenBackgroundColor": { |
| 124 |
"type": "string" |
| 125 |
}, |
| 126 |
"fullscreenBackgroundGradient": { |
| 127 |
"type": "string" |
| 128 |
}, |
| 129 |
"fullscreenActionCloseIcon": { |
| 130 |
"type": "string", |
| 131 |
"default": "%3Csvg%20class%3D%22ghostkit-svg-icon%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6.21967%206.21967C6.51256%205.92678%206.98744%205.92678%207.28033%206.21967L12%2010.9393L16.7197%206.21967C17.0126%205.92678%2017.4874%205.92678%2017.7803%206.21967C18.0732%206.51256%2018.0732%206.98744%2017.7803%207.28033L13.0607%2012L17.7803%2016.7197C18.0732%2017.0126%2018.0732%2017.4874%2017.7803%2017.7803C17.4874%2018.0732%2017.0126%2018.0732%2016.7197%2017.7803L12%2013.0607L7.28033%2017.7803C6.98744%2018.0732%206.51256%2018.0732%206.21967%2017.7803C5.92678%2017.4874%205.92678%2017.0126%206.21967%2016.7197L10.9393%2012L6.21967%207.28033C5.92678%206.98744%205.92678%206.51256%206.21967%206.21967Z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E" |
| 132 |
} |
| 133 |
} |
| 134 |
} |
| 135 |
|