{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "create-block/easy-player",
  "version": "1.0.0",
  "title": "Easy Video Player",
  "category": "widgets",
  "icon": "format-video",
  "description": "Video Player Block.",
  "example": {},
  "supports": {
    "color": {
      "background": false,
      "text": true
    },
    "html": false,
    "typography": {
      "fontSize": true
    }
  },
  "attributes": {
    "src": {
      "type": "string",
      "default": ""
    },
    "type": {
      "type": "string",
      "default": "video/mp4"
    },
    "width": {
      "type": "number",
      "default": 640
    },
    "height": {
      "type": "number",
      "default": 360
    },
    "poster": {
      "type": "string",
      "default": 360
    },
    "preload": {
      "type": "string",
      "default": "metadata"
    }
  },
  "textdomain": "easy-block-player",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}