{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/vedio-block",
  "version": "1.1.1",
  "title": "Video Block",
  "category": "common",
  "icon": "format-video",
  "description": "A custom video block with advanced settings by Coders Time.",
  "example": {},
  "supports": {
    "html": false,
    "className": true,
    "customClassName": true,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "video": {
      "type": "object",
      "default": {}
    },
    "overlayTextColor": {
      "type": "string",
      "default": "#fff"
    },
    "overlayText": {
      "type": "string",
      "default": "Overlay Text"
    },
    "textPosition": {
      "type": "string",
      "default": "'center"
    },
    "fontSize": {
      "type": "string",
      "default": "16px"
    },
    "animation": {
      "type": "string",
      "default": "none"
    }
  },
  "textdomain": "vedio-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}