{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "firebox/video",
  "version": "1.0.0",
  "title": "Video",
  "description": "Embed any YouTube or Vimeo videos.",
  "category": "firebox",
  "keywords": [
    "video",
    "embed",
    "movie",
    "countdown timer"
  ],
  "attributes": {
    "uniqueId": {
      "type": "string",
      "default": ""
    },
    "videoUrl": {
      "type": "string",
      "default": ""
    },
    "coverImageType": {
      "type": "string",
      "default": "none"
    },
    "coverImage": {
      "type": "string",
      "default": ""
    },
    "startTime": {
      "type": "string",
      "default": ""
    },
    "endTime": {
      "type": "string",
      "default": ""
    },
    "controls": {
      "type": "boolean",
      "default": true
    },
    "privacyMode": {
      "type": "boolean",
      "default": false
    },
    "autoplay": {
      "type": "boolean",
      "default": false
    },
    "autopause": {
      "type": "boolean",
      "default": false
    },
    "mute": {
      "type": "boolean",
      "default": false
    },
    "loop": {
      "type": "boolean",
      "default": false
    },
    "branding": {
      "type": "boolean",
      "default": true
    },
    "margin": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "linked": true
      }
    },
    "padding": {
      "type": "object",
      "default": {
        "desktop": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "tablet": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "mobile": {
          "top": "",
          "right": "",
          "bottom": "",
          "left": ""
        },
        "linked": true
      }
    },
    "borderColor": {
      "type": "string",
      "default": ""
    },
    "borderWidth": {
      "type": "number",
      "default": 0
    },
    "borderStyle": {
      "type": "string",
      "default": "none"
    },
    "borderRadius": {
      "type": "object",
      "default": {
        "desktop": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "tablet": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "mobile": {
          "top_left": "",
          "top_right": "",
          "bottom_right": "",
          "bottom_left": ""
        },
        "linked": true
      }
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    },
    "boxShadow": {
      "type": "object",
      "default": {
        "desktop": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        },
        "tablet": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        },
        "mobile": {
          "type": "none",
          "top": 0,
          "left": 0,
          "color": "",
          "spread": 7,
          "width": 0
        }
      }
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "fpframework-video-widget"
}