{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "folioblocks/pb-video-block",
  "version": "1.4",
  "title": "Video Block",
  "category": "folioblocks",
  "icon": "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 1247.24 1247.24\"><path d=\"M180 180H1067C1115 180 1155 220 1155 268V979C1155 1027 1115 1067 1067 1067H180C132 1067 92 1027 92 979V268C92 220 132 180 180 180ZM180 230C150 230 124 256 124 286V961C124 991 150 1027 180 1027H1067C1097 1027 1123 991 1123 961V286C1123 256 1097 230 1067 230H180Z\"/><path d=\"M460 445v360c0 15 10 25 24 25 6 0 12-2 17-6l268-180c19-13 19-43 0-56L501 394c-5-4-11-6-17-6-14 0-24 10-24 25z\"/></svg>",
  "description": "Custom video block used by the FolioBlocks gallery blocks.",
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "supports": {
    "inserter": true,
    "align": [
      "wide",
      "full"
    ],
    "anchor": false,
    "ariaLabel": true,
    "html": false,
    "customClassName": false
  },
  "attributes": {
    "preview": {
      "type": "boolean",
      "default": false
    },
    "videoUrl": {
      "type": "string",
      "default": ""
    },
    "videoWidth": {
      "type": "number",
      "default": 0
    },
    "videoHeight": {
      "type": "number",
      "default": 0
    },
    "videoDimensionsUrl": {
      "type": "string",
      "default": ""
    },
    "thumbnail": {
      "type": "string",
      "default": ""
    },
    "title": {
      "type": "string",
      "default": ""
    },
    "description": {
      "type": "string",
      "default": ""
    },
    "aspectRatio": {
      "type": "string",
      "default": "16:9"
    },
    "playButtonVisibility": {
      "type": "string",
      "default": "onHover"
    },
    "titleVisibility": {
      "type": "string",
      "default": "onHover"
    },
    "showFilterCategory": {
      "type": "boolean",
      "default": false
    },
    "overrideGalleryHoverSettings": {
      "type": "boolean",
      "default": false
    },
    "overlayStyle": {
      "type": "string",
      "default": "default"
    },
    "overlayBgColor": {
      "type": "string",
      "default": "#f9f9f9"
    },
    "overlayTextColor": {
      "type": "string",
      "default": "#000000"
    },
    "filterCategory": {
      "type": "string",
      "default": ""
    },
    "filterCategories": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": []
    },
    "thumbnailSize": {
      "type": "string",
      "default": "large"
    },
    "thumbnailId": {
      "type": "number"
    },
    "borderWidth": {
      "type": "number",
      "default": 0
    },
    "borderRadius": {
      "type": "number",
      "default": 0
    },
    "borderColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "dropShadow": {
      "type": "boolean",
      "default": false
    },
    "shadowStyle": {
      "type": "string",
      "enum": [
        "",
        "none",
        "subtle",
        "soft",
        "elevated",
        "dramatic"
      ],
      "default": ""
    },
    "lazyLoad": {
      "type": "boolean",
      "default": false
    },
    "disableRightClick": {
      "type": "boolean",
      "default": false
    },
    "lightbox": {
      "type": "boolean",
      "default": false
    },
    "lightboxTheme": {
      "type": "string",
      "enum": [
        "dark",
        "light"
      ],
      "default": "dark"
    },
    "lightboxLayout": {
      "type": "string",
      "default": "video-only"
    },
    "enableWooCommerce": {
      "type": "boolean",
      "default": false
    },
    "wooCartIconDisplay": {
      "type": "string",
      "enum": [
        "hover",
        "always"
      ],
      "default": "hover"
    },
    "wooLinkAction": {
      "type": "string",
      "enum": [
        "inherit",
        "product",
        "add_to_cart"
      ],
      "default": "inherit"
    },
    "cartIconColor": {
      "type": "string",
      "default": "#000000"
    },
    "cartIconBgColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "wooProductId": {
      "type": "number",
      "default": 0
    },
    "wooProductName": {
      "type": "string",
      "default": ""
    },
    "wooProductPrice": {
      "type": "string",
      "default": ""
    },
    "wooProductImage": {
      "type": "string",
      "default": ""
    },
    "wooProductDescription": {
      "type": "string",
      "default": ""
    },
    "wooProductURL": {
      "type": "string",
      "default": ""
    }
  },
  "usesContext": [
    "folioBlocks/enableWooCommerce",
    "folioBlocks/wooCartIconDisplay",
    "folioBlocks/wooDefaultLinkAction",
    "folioBlocks/cartIconColor",
    "folioBlocks/cartIconBgColor",
    "folioBlocks/wooLightboxInfoType",
    "folioBlocks/lazyLoad",
    "folioBlocks/aspectRatio",
    "folioBlocks/playButtonVisibility",
    "folioBlocks/titleVisibility",
    "folioBlocks/showFilterCategory",
    "folioBlocks/overlayStyle",
    "folioBlocks/overlayBgColor",
    "folioBlocks/overlayTextColor",
    "folioBlocks/filterCategories",
    "folioBlocks/enableFilter",
    "folioBlocks/activeFilter",
    "folioBlocks/lightbox",
    "folioBlocks/lightboxTheme",
    "folioBlocks/lightboxLayout",
    "folioBlocks/thumbnailSize",
    "folioBlocks/borderWidth",
    "folioBlocks/borderRadius",
    "folioBlocks/borderColor",
    "folioBlocks/dropShadow",
    "folioBlocks/shadowStyle"
  ],
  "textdomain": "folioblocks",
  "editorScript": [
    "file:./index.js",
    "file:./premium.js"
  ],
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "render": "file:./render.php",
  "viewScript": [
    "file:./view.js",
    "file:./premium-view.js"
  ]
}