| | |
| | | { |
| | | "$schema": "https://schemas.wp.org/trunk/block.json", |
| | | "apiVersion": 3, |
| | | "name": "jvb/video-cover", |
| | | "name": "jvb/video", |
| | | "version": "1.0.0", |
| | | "title": "Video Cover", |
| | | "category": "jvb", |
| | |
| | | "spacing": { |
| | | "margin": true, |
| | | "padding": true |
| | | }, |
| | | "color": { |
| | | "background": true, |
| | | "text": true |
| | | } |
| | | }, |
| | | "attributes": { |
| | | "title": { |
| | | "type": "string", |
| | | "default": "" |
| | | }, |
| | | "description": { |
| | | "type": "rich-text", |
| | | "default": "" |
| | | }, |
| | | "posterId": { |
| | | "type": "number", |
| | | "default": 0 |
| | |
| | | "fadeEffect": { |
| | | "type": "boolean", |
| | | "default": false |
| | | }, |
| | | "overlayOpacity": { |
| | | "type": "number", |
| | | "default": 0 |
| | | }, |
| | | "contentAlignment": { |
| | | "type": "string", |
| | | "default": "center" |
| | | }, |
| | | "minHeight": { |
| | | "type": "number", |
| | | "default": 0 |
| | | } |
| | | }, |
| | | "textdomain": "jvb", |