{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "folioblocks/video-gallery-block",
  "version": "1.4",
  "title": "Video Gallery",
  "category": "folioblocks",
  "icon": "<svg viewBox=\"0 0 1247.24 1247.24\" xmlns=\"http://www.w3.org/2000/svg\" role=\"img\" aria-hidden=\"true\"><g id=\"Layer_1-2\"><g><path d=\"M563,83.62H105.05c-11.84,0-21.43,9.95-21.43,22.23v455.58c0,12.28,9.59,22.23,21.43,22.23h457.95c11.84,0,21.43-9.95,21.43-22.23V105.85c0-12.28-9.59-22.23-21.43-22.23ZM538.49,536.01H129.55V131.27h408.94v404.74Z\"/><path d=\"M563,663.58H105.05c-11.83,0-21.43,9.95-21.43,22.23v455.58c0,12.28,9.59,22.23,21.43,22.23h457.95c11.84,0,21.43-9.95,21.43-22.23v-455.58c0-12.28-9.59-22.23-21.43-22.23ZM538.49,1115.97H129.55v-404.74h408.94v404.74Z\"/><path d=\"M1142.19,83.62h-457.95c-11.84,0-21.43,9.95-21.43,22.23v455.58c0,12.28,9.59,22.23,21.43,22.23h457.95c11.83,0,21.43-9.95,21.43-22.23V105.85c0-12.28-9.6-22.23-21.43-22.23ZM1117.69,536.01h-408.94V131.27h408.94v404.74Z\"/><path d=\"M1142.19,663.58h-457.95c-11.84,0-21.43,9.95-21.43,22.23v455.58c0,12.28,9.59,22.23,21.43,22.23h457.95c11.83,0,21.43-9.95,21.43-22.23v-455.58c0-12.28-9.6-22.23-21.43-22.23ZM1117.69,1115.97h-408.94v-404.74h408.94v404.74Z\"/><g><path d=\"M394.91,320.93l-106.53-63.99c-4.64-2.78-10.21-2.85-14.9-.19-4.71,2.67-7.52,7.49-7.52,12.9v127.97c0,5.41,2.82,10.24,7.52,12.9,2.3,1.3,4.79,1.95,7.29,1.95s5.24-.71,7.62-2.14l106.52-63.98c4.49-2.71,7.19-7.46,7.19-12.7s-2.69-10-7.19-12.71Z\"/><path d=\"M852.67,410.52c2.3,1.3,4.79,1.95,7.29,1.95s5.24-.71,7.62-2.14l106.52-63.98c4.49-2.71,7.18-7.46,7.18-12.7s-2.69-10-7.18-12.71l-106.53-63.99c-4.64-2.78-10.21-2.85-14.9-.19-4.71,2.67-7.52,7.49-7.52,12.9v127.97c0,5.41,2.82,10.24,7.52,12.9Z\"/><path d=\"M394.91,900.89l-106.52-63.98c-4.65-2.79-10.21-2.86-14.91-.19-4.71,2.66-7.52,7.49-7.52,12.9v127.97c0,5.41,2.81,10.23,7.52,12.9,2.3,1.3,4.79,1.95,7.3,1.95s5.23-.71,7.61-2.13l106.52-63.99c4.49-2.71,7.19-7.46,7.19-12.71s-2.69-10-7.19-12.7v-.02Z\"/><path d=\"M974.1,900.89l-106.52-63.98c-4.65-2.79-10.21-2.86-14.91-.19-4.71,2.66-7.52,7.49-7.52,12.9v127.97c0,5.41,2.81,10.23,7.52,12.9,2.3,1.3,4.79,1.95,7.3,1.95s5.23-.71,7.61-2.13l106.52-63.99c4.49-2.71,7.18-7.46,7.18-12.71s-2.69-10-7.18-12.7v-.02Z\"/></g></g></g></svg>",
  "description": "Displays videos in a responsive grid with thumbnails, titles, and lightbox playback.",
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "keywords": [
    "video",
    "gallery",
    "filter",
    "grid"
  ],
  "textdomain": "folioblocks",
  "allowedBlocks": [
    "folioblocks/pb-video-block"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "gradients": true,
      "text": false
    },
    "listView": true,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "anchor": false,
    "ariaLabel": true,
    "html": false,
    "customClassName": false
  },
  "attributes": {
    "preview": {
      "type": "boolean",
      "default": false
    },
    "columns": {
      "type": "number",
      "default": 3
    },
    "tabletColumns": {
      "type": "number",
      "default": 2
    },
    "mobileColumns": {
      "type": "number",
      "default": 1
    },
    "gap": {
      "type": "number",
      "default": 10
    },
    "tabletGap": {
      "type": "number"
    },
    "mobileGap": {
      "type": "number"
    },
    "enableWooCommerce": {
      "type": "boolean",
      "default": false
    },
    "wooCartIconDisplay": {
      "type": "string",
      "enum": [
        "hover",
        "always"
      ],
      "default": "hover"
    },
    "wooDefaultLinkAction": {
      "type": "string",
      "enum": [
        "product",
        "add_to_cart"
      ],
      "default": "add_to_cart"
    },
    "cartIconColor": {
      "type": "string",
      "default": "#000000"
    },
    "cartIconBgColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "wooLightboxInfoType": {
      "type": "string",
      "enum": [
        "caption",
        "product"
      ],
      "default": "caption"
    },
    "disableRightClick": {
      "type": "boolean",
      "default": false
    },
    "lazyLoad": {
      "type": "boolean",
      "default": false
    },
    "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": ""
    },
    "aspectRatio": {
      "type": "string",
      "default": "16:9"
    },
    "playButtonVisibility": {
      "type": "string",
      "default": "onHover"
    },
    "titleVisibility": {
      "type": "string",
      "default": "onHover"
    },
    "showFilterCategory": {
      "type": "boolean",
      "default": false
    },
    "overlayStyle": {
      "type": "string",
      "default": "default"
    },
    "overlayBgColor": {
      "type": "string",
      "default": "#f9f9f9"
    },
    "overlayTextColor": {
      "type": "string",
      "default": "#000000"
    },
    "filterCategories": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": []
    },
    "enableFilter": {
      "type": "boolean",
      "default": false
    },
    "filtersInput": {
      "type": "string",
      "default": ""
    },
    "filterAlign": {
      "type": "string",
      "default": "center"
    },
    "lightbox": {
      "type": "boolean",
      "default": false
    },
    "lightboxTheme": {
      "type": "string",
      "enum": [
        "dark",
        "light"
      ],
      "default": "dark"
    },
    "lightboxLayout": {
      "type": "string",
      "default": "video-only"
    },
    "thumbnailSize": {
      "type": "string",
      "default": "large"
    },
    "filterTextColor": {
      "type": "string",
      "default": "#000000"
    },
    "filterBgColor": {
      "type": "string",
      "default": "transparent"
    },
    "filterFontFamily": {
      "type": "string",
      "default": ""
    },
    "filterFontSize": {
      "type": "number",
      "default": 14
    },
    "filterFontWeight": {
      "type": "string",
      "default": ""
    },
    "filterFontStyle": {
      "type": "string",
      "enum": [
        "normal",
        "italic"
      ],
      "default": "normal"
    },
    "filterLineHeight": {
      "type": "number",
      "default": 1.2
    },
    "filterLetterSpacing": {
      "type": "number",
      "default": 0
    },
    "filterTextDecoration": {
      "type": "string",
      "enum": [
        "none",
        "underline",
        "line-through"
      ],
      "default": "none"
    },
    "filterTextTransform": {
      "type": "string",
      "enum": [
        "none",
        "uppercase",
        "lowercase",
        "capitalize"
      ],
      "default": "none"
    },
    "activeFilterTextColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "activeFilterBgColor": {
      "type": "string",
      "default": "#000000"
    },
    "activeFilter": {
      "type": "string",
      "default": "all"
    },
    "videos": {
      "type": "array",
      "default": [],
      "items": {
        "type": "object",
        "properties": {
          "thumbnail": {
            "type": "string"
          },
          "videoUrl": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "aspectRatio": {
            "type": "string"
          },
          "playButtonVisibility": {
            "type": "string"
          },
          "titleVisibility": {
            "type": "string"
          },
          "overrideGalleryHoverSettings": {
            "type": "boolean"
          },
          "overlayStyle": {
            "type": "string"
          },
          "overlayBgColor": {
            "type": "string"
          },
          "overlayTextColor": {
            "type": "string"
          },
          "filterCategory": {
            "type": "string"
          },
          "filterCategories": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      }
    }
  },
  "usesContext": [
    "postId"
  ],
  "providesContext": {
    "folioBlocks/enableWooCommerce": "enableWooCommerce",
    "folioBlocks/wooCartIconDisplay": "wooCartIconDisplay",
    "folioBlocks/wooDefaultLinkAction": "wooDefaultLinkAction",
    "cartIconColor": "cartIconColor",
    "cartIconBgColor": "cartIconBgColor",
    "folioBlocks/wooLightboxInfoType": "wooLightboxInfoType",
    "folioBlocks/cartIconColor": "cartIconColor",
    "folioBlocks/cartIconBgColor": "cartIconBgColor",
    "folioBlocks/lazyLoad": "lazyLoad",
    "folioBlocks/aspectRatio": "aspectRatio",
    "folioBlocks/playButtonVisibility": "playButtonVisibility",
    "folioBlocks/titleVisibility": "titleVisibility",
    "folioBlocks/showFilterCategory": "showFilterCategory",
    "folioBlocks/overlayStyle": "overlayStyle",
    "folioBlocks/overlayBgColor": "overlayBgColor",
    "folioBlocks/overlayTextColor": "overlayTextColor",
    "folioBlocks/filterCategories": "filterCategories",
    "folioBlocks/enableFilter": "enableFilter",
    "folioBlocks/activeFilter": "activeFilter",
    "folioBlocks/lightbox": "lightbox",
    "folioBlocks/lightboxTheme": "lightboxTheme",
    "folioBlocks/lightboxLayout": "lightboxLayout",
    "folioBlocks/thumbnailSize": "thumbnailSize",
    "folioBlocks/borderColor": "borderColor",
    "folioBlocks/borderWidth": "borderWidth",
    "folioBlocks/borderRadius": "borderRadius",
    "folioBlocks/dropShadow": "dropShadow",
    "folioBlocks/shadowStyle": "shadowStyle"
  },
  "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"
  ]
}