{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "tpe/youtube",
  "version": "1.0.0",
  "title": "TurboPress YouTube",
  "category": "embed",
  "icon": "video-alt3",
  "description": "YouTube preview card with click-to-load embed.",
  "keywords": ["youtube", "embed", "performance"],
  "textdomain": "turbopress-embed",
  "editorScript": "turbopress-embed-editor",
  "editorStyle": "turbopress-embed-editor-style",
  "style": "turbopress-embed-youtube-style",
  "viewScript": "turbopress-embed-youtube-view",
  "attributes": {
    "url": {
      "type": "string",
      "default": ""
    },
    "videoId": {
      "type": "string",
      "default": ""
    },
    "title": {
      "type": "string",
      "default": ""
    },
    "thumbnailUrl": {
      "type": "string",
      "default": ""
    },
    "channelName": {
      "type": "string",
      "default": ""
    },
    "channelId": {
      "type": "string",
      "default": ""
    },
    "channelUrl": {
      "type": "string",
      "default": ""
    },
    "channelThumbnail": {
      "type": "string",
      "default": ""
    },
    "subscriberText": {
      "type": "string",
      "default": ""
    },
    "channelVerified": {
      "type": "boolean",
      "default": false
    },
    "durationText": {
      "type": "string",
      "default": ""
    },
    "viewCountText": {
      "type": "string",
      "default": ""
    },
    "relativeDateText": {
      "type": "string",
      "default": ""
    },
    "playableInEmbed": {
      "type": "boolean",
      "default": true
    },
    "showWatchButton": {
      "type": "boolean",
      "default": true
    },
    "watchButtonLabel": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "html": false,
    "align": ["wide", "full"]
  }
}
