{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "folioblocks/justified-gallery-block",
  "version": "1.4",
  "title": "Justified 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=\"M1139.51,468.79h-590.54c-13.32,0-24.11,9.63-24.11,21.51v266.81c0,11.88,10.79,21.51,24.11,21.51h590.54c13.32,0,24.11-9.63,24.11-21.51v-266.81c0-11.88-10.79-21.51-24.11-21.51ZM1115.45,730.45h-542.42v-213.48h542.42v213.48Z\"/><path d=\"M102.75,778.62h327.84c10.56,0,19.13-9.63,19.13-21.51v-266.81c0-11.88-8.56-21.51-19.13-21.51H102.75c-10.56,0-19.13,9.63-19.13,21.51v266.81c0,11.88,8.56,21.51,19.13,21.51ZM131.79,516.97h269.75v213.48H131.79v-213.48Z\"/><path d=\"M105.36,393.45h579.62c12.01,0,21.74-9.63,21.74-21.51V105.13c0-11.88-9.73-21.51-21.74-21.51H105.36c-12.01,0-21.74,9.63-21.74,21.51v266.81c0,11.88,9.73,21.51,21.74,21.51ZM131.79,131.8h526.76v213.48H131.79v-213.48Z\"/><path d=\"M1141.13,83.62h-336.76c-12.42,0-22.49,9.63-22.49,21.51v266.81c0,11.88,10.07,21.51,22.49,21.51h336.76c12.42,0,22.49-9.63,22.49-21.51V105.13c0-11.88-10.07-21.51-22.49-21.51ZM1115.45,345.27h-285.41v-213.47h285.41v213.48Z\"/><path d=\"M568.51,853.79H101.15c-9.68,0-17.53,9.63-17.53,21.51v266.81c0,11.88,7.85,21.51,17.53,21.51h467.36c9.68,0,17.53-9.63,17.53-21.51v-266.81c0-11.88-7.85-21.51-17.53-21.51ZM537.87,1115.44H131.79v-213.48h406.09v213.48Z\"/><path d=\"M1146.09,853.79h-467.36c-9.68,0-17.53,9.63-17.53,21.51v266.81c0,11.88,7.85,21.51,17.53,21.51h467.36c9.68,0,17.53-9.63,17.53-21.51v-266.81c0-11.88-7.85-21.51-17.53-21.51ZM1115.45,1115.44h-406.09v-213.48h406.09v213.48Z\"/></g></g></svg>",
  "description": "Creates a justified gallery layout where rows are dynamically sized for balance.",
  "example": {
    "attributes": {
      "preview": true
    }
  },
  "allowedBlocks": [
    "folioblocks/pb-image-block"
  ],
  "supports": {
    "align": [
      "wide",
      "full"
    ],
    "color": {
      "background": true,
      "gradients": true,
      "text": false
    },
    "listView": true,
    "spacing": {
      "margin": true,
      "padding": true,
      "gap": false
    },
    "customClassName": false,
    "anchor": false,
    "ariaLabel": true,
    "html": false
  },
  "attributes": {
    "preview": {
      "type": "boolean",
      "default": false
    },
    "rowHeight": {
      "type": "number",
      "default": 250
    },
    "tabletRowHeight": {
      "type": "number"
    },
    "mobileRowHeight": {
      "type": "number"
    },
    "rowWidth": {
      "type": "number",
      "default": 0
    },
    "gap": {
      "type": "number",
      "default": 10
    },
    "tabletGap": {
      "type": "number",
      "default": 10
    },
    "mobileGap": {
      "type": "number",
      "default": 10
    },
    "noGap": {
      "type": "boolean",
      "default": false
    },
    "resolution": {
      "type": "string",
      "default": "large"
    },
    "dropShadow": {
      "type": "boolean",
      "default": false
    },
    "shadowStyle": {
      "type": "string",
      "enum": [
        "",
        "none",
        "subtle",
        "soft",
        "elevated",
        "dramatic"
      ],
      "default": ""
    },
    "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
    },
    "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"
    },
    "hasWooCommerce": {
      "type": "boolean",
      "default": false
    },
    "enableDownload": {
      "type": "boolean",
      "default": false
    },
    "downloadOnHover": {
      "type": "boolean",
      "default": true
    },
    "downloadIconColor": {
      "type": "string",
      "default": "#000000"
    },
    "downloadIconBgColor": {
      "type": "string",
      "default": "#f9f9f9"
    },
    "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": ""
    },
    "images": {
      "type": "array",
      "default": [],
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "number"
          },
          "src": {
            "type": "string"
          },
          "url": {
            "type": "string"
          },
          "alt": {
            "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"
  },
  "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"
  ]
}