{
  "apiVersion": "2",
  "name": "yt-player/timeline",
  "title": "Video player timeline for youtube ",
  "description": "video player timeline for youtube",
  "category": "media",
  "icon": "video-alt2",
  "keywords": [
    "video player timeline for youtube",
    "media player",
    "video"
  ],
  "textdomain": "ytp",
  "attributes": {
    "uniqueId": {
      "type": "string",
      "default": "yt-player"
    },
    "additionalCSS": {
      "type": "string"
    },
    "additionalID": {
      "type": "string"
    },
    "CSS": {
      "type": "string",
      "default": ""
    },
    "align": {
      "type": "string",
      "default": ""
    },
    "rowGap": {
      "type": "string",
      "default": "30px"
    },
    "columnGap": {
      "type": "string",
      "default": "25px"
    },
    "presetID": {
      "type": "string",
      "default": "1"
    },
    "videos": {
      "type": "array",
      "default": [
        {
          "videoSource": "https://www.youtube.com/watch?v=aqz-KE-bpKQ&pp=ygUOYmlnIGJ1Y2sgYnVubnk%3D",
          "isCustomThumb": false,
          "videoThumb": "",
          "heading": "Type Heading",
          "content": "Synergistically transition optimal experiences through integrated growth strategies. Collaboratively morph covalent communities whereas alternative markets.",
          "border": {
            "width": "5px",
            "style": "solid",
            "color": "#73E2FE",
            "radius": "15px"
          },
          "borderColor": "#ffddcc",
          "videoPosition": "left",
          "borderRadius": "15px"
        }
      ]
    },
    "styles": {
      "type": "object",
      "default": {
        "titleColor": "#503AA8",
        "contentColor": "#686868"
      }
    },
    "titleTypo": {
      "type": "object",
      "default": {
        "fontSize": {
          "desktop": 25,
          "tablet": 22,
          "mobile": 18
        }
      }
    },
    "contentTypo": {
      "type": "object",
      "default": {
        "fontSize": {
          "desktop": 19,
          "tablet": 16,
          "mobile": 14
        }
      }
    },
    "thumbnail": {
      "type": "string"
    },
    "chapters": {
      "type": "array",
      "default": []
    },
    "thumbInPause": {
      "type": "boolean",
      "default": false
    },
    "thumbStyle": {
      "type": "string",
      "default": "default"
    },
    "startTime": {
      "type": "number",
      "default": 0
    },
    "preload": {
      "type": "string",
      "default": "metadata"
    },
    "captionEnabled": {
      "type": "boolean",
      "default": false
    },
    "ytWrapperStyle": {
      "type": "object",
      "default": {
        "width": "100%"
      }
    }
  },
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "viewScript": [
    "file:./view.js",
    "plyrIoJS",
    "react",
    "react-dom"
  ],
  "style": [
    "file:./view.css",
    "plyrIoCSS"
  ],
  "editorScript": [
    "file:./index.js",
    "plyrIoJS"
  ],
  "render": "file:./render.php",
  "editorStyle": "file:./index.css"
}