# getwid/3.0.1/assets/blocks/video-popup/block.json

Getwid – Gutenberg Blocks, version 3.0.1. 104 lines.

- Page: https://pluginprobe.com/plugins/getwid/3.0.1/code/assets/blocks/video-popup/block.json
- Raw: https://pluginprobe.com/plugins/getwid/3.0.1/raw/assets/blocks/video-popup/block.json
- Modified: 2026-09-01T11:21:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/getwid/3.0.1/code/assets/blocks/video-popup/block.json#L10-L20`.

```json
{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "textdomain": "getwid",
  "name": "getwid/video-popup",
  "description": "Opens a video in a popup.",
  "category": "getwid-blocks",
  "title": "Video Popup",
  "keywords": [
    "video",
    "popup",
    "button"
  ],
  "attributes": {
    "titleColor": {
      "type": "string"
    },
    "customTitleColor": {
      "type": "string"
    },
    "iconColor": {
      "type": "string"
    },
    "customIconColor": {
      "type": "string"
    },
    "buttonColorHEX": {
      "type": "string"
    },
    "buttonColor": {
      "type": "string"
    },
    "customButtonColor": {
      "type": "string"
    },
    "overlayColor": {
      "type": "string"
    },
    "customOverlayColor": {
      "type": "string"
    },
    "imageSize": {
      "type": "string",
      "default": "full"
    },
    "id": {
      "type": "number"
    },
    "url": {
      "type": "string",
      "source": "attribute",
      "selector": ".wp-block-getwid-video-popup__source",
      "attribute": "src"
    },
    "title": {
      "type": "string",
      "source": "html",
      "selector": ".wp-block-getwid-video-popup__title"
    },
    "link": {
      "type": "string"
    },
    "align": {
      "type": "string"
    },
    "minHeight": {
      "type": "string"
    },
    "buttonMaxWidth": {
      "type": "string"
    },
    "overlayOpacity": {
      "type": "number",
      "default": 35
    },
    "imageAnimation": {
      "type": "string",
      "default": "none"
    },
    "buttonStyle": {
      "type": "string",
      "default": "default"
    },
    "buttonAnimation": {
      "type": "string",
      "default": "none"
    },
    "buttonSize": {
      "type": "string",
      "default": "default"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": [
    "mp-fancybox",
    "file:./style-index.css"
  ],
  "viewScript": [
    "jquery",
    "mp-fancybox",
    "file:./view.js"
  ]
}
```
