{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "folioblocks/masonry-gallery-block",
  "version": "1.4",
  "title": "Masonry 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=\"M385.13,518.89H106.11c-12.42,0-22.49,10.07-22.49,22.49v599.74c0,12.42,10.07,22.49,22.49,22.49h279.01c12.42,0,22.49-10.07,22.49-22.49v-599.73c0-12.42-10.07-22.49-22.49-22.49ZM359.45,1115.45h-227.66v-548.39h227.66v548.39Z\"/><path d=\"M763.12,83.62h-279.01c-12.42,0-22.49,10.07-22.49,22.49v550.95c0,12.42,10.07,22.49,22.49,22.49h279.01c12.42,0,22.49-10.07,22.49-22.49V106.11c0-12.42-10.07-22.49-22.49-22.49ZM737.45,631.38h-227.66V131.79h227.66v499.59Z\"/><path d=\"M763.12,733.1h-279.01c-12.42,0-22.49,10.07-22.49,22.49v385.53c0,12.42,10.07,22.49,22.49,22.49h279.01c12.42,0,22.49-10.07,22.49-22.49v-385.53c0-12.42-10.07-22.49-22.49-22.49ZM737.45,1115.45h-227.66v-334.18h227.66v334.18Z\"/><path d=\"M1141.13,893.67h-279.01c-12.42,0-22.49,10.07-22.49,22.49v224.97c0,12.42,10.07,22.49,22.49,22.49h279.01c12.42,0,22.49-10.07,22.49-22.49v-224.97c0-12.42-10.07-22.49-22.49-22.49ZM1115.45,1115.45h-227.66v-173.62h227.66v173.62Z\"/><path d=\"M1141.13,518.91h-279.01c-12.42,0-22.49,10.07-22.49,22.49v276.29c0,12.42,10.07,22.49,22.49,22.49h279.01c12.42,0,22.49-10.07,22.49-22.49v-276.29c0-12.42-10.07-22.49-22.49-22.49ZM1115.45,792.02h-227.66v-224.94h227.66v224.94Z\"/><path d=\"M1141.13,83.62h-279.01c-12.42,0-22.49,10.07-22.49,22.49v336.76c0,12.42,10.07,22.49,22.49,22.49h279.01c12.42,0,22.49-10.07,22.49-22.49V106.11c0-12.42-10.07-22.49-22.49-22.49ZM1115.45,417.2h-227.66V131.79h227.66v285.41Z\"/><path d=\"M385.13,83.62H106.11c-12.42,0-22.49,10.07-22.49,22.49v336.76c0,12.42,10.07,22.49,22.49,22.49h279.01c12.42,0,22.49-10.07,22.49-22.49V106.11c0-12.42-10.07-22.49-22.49-22.49ZM359.45,417.2h-227.66V131.79h227.66v285.41Z\"/></g></g></svg>",
  "description": "Stacks images in a masonry layout with variable heights for a dynamic visual flow.",
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "textdomain": "folioblocks",
  "allowedBlocks": [
    "folioblocks/pb-image-block"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "gradients": true,
      "text": false
    },
    "listView": true,
    "spacing": {
      "margin": true,
      "padding": true
    },
    "customClassName": false,
    "anchor": false,
    "ariaLabel": true,
    "html": false
  },
  "attributes": {
    "preview": {
      "type": "boolean",
      "default": false
    },
    "columns": {
      "type": "number",
      "default": 6
    },
    "tabletColumns": {
      "type": "number",
      "default": 4
    },
    "mobileColumns": {
      "type": "number",
      "default": 2
    },
    "gap": {
      "type": "number",
      "default": 10
    },
    "tabletGap": {
      "type": "number",
      "default": 10
    },
    "mobileGap": {
      "type": "number",
      "default": 10
    },
    "noGap": {
      "type": "boolean",
      "default": false
    },
    "dropShadow": {
      "type": "boolean",
      "default": false
    },
    "shadowStyle": {
      "type": "string",
      "enum": [
        "",
        "none",
        "subtle",
        "soft",
        "elevated",
        "dramatic"
      ],
      "default": ""
    },
    "resolution": {
      "type": "string",
      "default": "large"
    },
    "borderWidth": {
      "type": "number",
      "default": 0
    },
    "borderRadius": {
      "type": "number",
      "default": 0
    },
    "borderColor": {
      "type": "string",
      "default": "#ffffff"
    },
    "lightbox": {
      "type": "boolean",
      "default": false
    },
    "lightboxCaption": {
      "type": "boolean",
      "default": false
    },
    "lightboxTheme": {
      "type": "string",
      "enum": [
        "dark",
        "light"
      ],
      "default": "dark"
    },
    "lightboxContent": {
      "type": "string",
      "enum": [
        "none",
        "title",
        "caption",
        "product",
        "exif",
        "title_exif",
        "caption_exif",
        "title_caption",
        "title_caption_exif"
      ],
      "default": ""
    },
    "hideUnknownExifFields": {
      "type": "boolean",
      "default": false
    },
    "onHoverTitle": {
      "type": "boolean",
      "default": false
    },
    "onHoverStyle": {
      "type": "string",
      "enum": [
        "fade-overlay",
        "gradient-bottom",
        "chip",
        "blur-overlay",
        "color-overlay"
      ],
      "default": "blur-overlay"
    },
    "overlayBgColor": {
      "type": "string",
      "default": "#f9f9f9"
    },
    "overlayTextColor": {
      "type": "string",
      "default": "#000000"
    },
    "chipOverlayBgColor": {
      "type": "string",
      "default": "#f9f9f9"
    },
    "chipOverlayTextColor": {
      "type": "string",
      "default": "#000000"
    },
    "randomizeOrder": {
      "type": "boolean",
      "default": false
    },
    "enableDownload": {
      "type": "boolean",
      "default": false
    },
    "downloadOnHover": {
      "type": "boolean",
      "default": true
    },
    "downloadIconColor": {
      "type": "string",
      "default": "#000000"
    },
    "downloadIconBgColor": {
      "type": "string",
      "default": "#f9f9f9"
    },
    "hasWooCommerce": {
      "type": "boolean",
      "default": false
    },
    "enableWooCommerce": {
      "type": "boolean",
      "default": false
    },
    "wooCartIconDisplay": {
      "type": "string",
      "enum": [
        "none",
        "hover",
        "always"
      ],
      "default": "hover"
    },
    "cartIconColor": {
      "type": "string",
      "default": "#000000"
    },
    "cartIconBgColor": {
      "type": "string",
      "default": "#f9f9f9"
    },
    "wooDefaultLinkAction": {
      "type": "string",
      "enum": [
        "product",
        "add_to_cart"
      ],
      "default": "add_to_cart"
    },
    "wooLightboxInfoType": {
      "type": "string",
      "enum": [
        "caption",
        "product",
        "exif"
      ],
      "default": "caption"
    },
    "wooProductPriceOnHover": {
      "type": "boolean",
      "default": true
    },
    "imageClickAction": {
      "type": "string",
      "enum": [
        "none",
        "lightbox",
        "download",
        "woocommerce",
        "media_file",
        "custom_url",
        "page_post"
      ],
      "default": ""
    },
    "disableRightClick": {
      "type": "boolean",
      "default": false
    },
    "lazyLoad": {
      "type": "boolean",
      "default": false
    },
    "enableFilter": {
      "type": "boolean",
      "default": false
    },
    "filterCategories": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": []
    },
    "filtersInput": {
      "type": "string",
      "default": ""
    },
    "filterAlign": {
      "type": "string",
      "default": "center"
    },
    "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"
    },
    "images": {
      "type": "array",
      "default": [],
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "number"
          },
          "src": {
            "type": "string"
          },
          "alt": {
            "type": "string"
          },
          "title": {
            "type": "string"
          },
          "caption": {
            "type": "string"
          },
          "width": {
            "type": "number"
          },
          "height": {
            "type": "number"
          },
          "sizes": {
            "type": "object"
          },
          "filterCategory": {
            "type": "string"
          },
          "filterCategories": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      }
    },
    "linkIconColor": {
      "type": "string",
      "default": "#000000"
    },
    "linkIconBgColor": {
      "type": "string",
      "default": "#f9f9f9"
    },
    "imageClickTarget": {
      "type": "string",
      "enum": [
        "icon",
        "thumbnail"
      ],
      "default": "icon"
    },
    "linkIconDisplay": {
      "type": "string",
      "enum": [
        "none",
        "hover",
        "always"
      ],
      "default": "hover"
    },
    "overlayContent": {
      "type": "string",
      "enum": [
        "title",
        "caption",
        "product",
        "exif"
      ],
      "default": "title"
    }
  },
  "providesContext": {
    "folioBlocks/resolution": "resolution",
    "folioBlocks/borderColor": "borderColor",
    "folioBlocks/borderWidth": "borderWidth",
    "folioBlocks/borderRadius": "borderRadius",
    "folioBlocks/dropShadow": "dropShadow",
    "folioBlocks/shadowStyle": "shadowStyle",
    "folioBlocks/lightbox": "lightbox",
    "folioBlocks/lightboxCaption": "lightboxCaption",
    "folioBlocks/lightboxTheme": "lightboxTheme",
    "folioBlocks/lightboxContent": "lightboxContent",
    "folioBlocks/hideUnknownExifFields": "hideUnknownExifFields",
    "folioBlocks/onHoverTitle": "onHoverTitle",
    "folioBlocks/onHoverStyle": "onHoverStyle",
    "folioBlocks/overlayBgColor": "overlayBgColor",
    "folioBlocks/overlayTextColor": "overlayTextColor",
    "folioBlocks/chipOverlayBgColor": "chipOverlayBgColor",
    "folioBlocks/chipOverlayTextColor": "chipOverlayTextColor",
    "folioBlocks/enableFilter": "enableFilter",
    "folioBlocks/filterCategories": "filterCategories",
    "folioBlocks/activeFilter": "activeFilter",
    "folioBlocks/enableDownload": "enableDownload",
    "folioBlocks/downloadOnHover": "downloadOnHover",
    "folioBlocks/downloadIconColor": "downloadIconColor",
    "folioBlocks/downloadIconBgColor": "downloadIconBgColor",
    "folioBlocks/cartIconColor": "cartIconColor",
    "folioBlocks/cartIconBgColor": "cartIconBgColor",
    "folioBlocks/hasWooCommerce": "hasWooCommerce",
    "folioBlocks/enableWooCommerce": "enableWooCommerce",
    "folioBlocks/wooCartIconDisplay": "wooCartIconDisplay",
    "folioBlocks/wooDefaultLinkAction": "wooDefaultLinkAction",
    "folioBlocks/wooLightboxInfoType": "wooLightboxInfoType",
    "folioBlocks/wooProductPriceOnHover": "wooProductPriceOnHover",
    "folioBlocks/imageClickAction": "imageClickAction",
    "folioBlocks/lazyLoad": "lazyLoad",
    "folioBlocks/linkIconColor": "linkIconColor",
    "folioBlocks/linkIconBgColor": "linkIconBgColor",
    "folioBlocks/imageClickTarget": "imageClickTarget",
    "folioBlocks/linkIconDisplay": "linkIconDisplay",
    "folioBlocks/overlayContent": "overlayContent"
  },
  "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"
  ]
}