{
  "apiVersion": 2,
  "name": "fastevo-mp2/embed",
  "title": "Fastevo MP2",
  "category": "embed",
  "icon": "dashicons-video-alt3",
  "description": "Embed a Fastevo MP2 protected video with a live preview.",
  "attributes": {
    "contentId": {
      "type": "string",
      "default": ""
    },
    "autoPlay": {
      "type": "boolean",
      "default": false
    },
    "startMuted": {
      "type": "boolean",
      "default": false
    },
    "loop": {
      "type": "boolean",
      "default": false
    },
    "fullscreenFallback": {
      "type": "boolean",
      "default": true
    },
    "st": {
      "type": "string",
      "default": ""
    },
    "preferredStartingVideoHeight": {
      "type": "string",
      "default": ""
    },
    "viewerIdentifier": {
      "type": "string",
      "default": ""
    },
    "protectionLevel": {
      "type": "string",
      "default": "adaptive"
    },
    "playerConfiguration": {
      "type": "string",
      "default": "Default"
    },
    "viewerTags": {
      "type": "array",
      "default": []
    },
    "aspectRatio": {
      "type": "string",
      "default": "16:9"
    },
    "isEmbedded": {
      "type": "boolean",
      "default": false
    }
  },
  "textdomain": "fastevo-mp2",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./style.css",
  "style": "file:./style.css"
}