{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/filterable-gallery",
  "version": "1.0.0",
  "title": "Filterable Gallery",
  "category": "bloqra",
  "icon": "filter",
  "description": "An image gallery with category filter buttons, grid or masonry layout, lightbox navigation and load-more pagination.",
  "keywords": [
    "filterable",
    "gallery",
    "filter",
    "portfolio",
    "isotope",
    "images",
    "masonry"
  ],
  "usesContext": [
    "galleryId"
  ],
  "allowedBlocks": [
    "bloqra/filterable-gallery-item"
  ],
  "example": {
    "attributes": {
      "columns": 2
    },
    "innerBlocks": [
      {
        "name": "bloqra/filterable-gallery-item",
        "attributes": {
          "categories": [
            "Nature"
          ]
        },
        "innerBlocks": [
          {
            "name": "core/image",
            "attributes": {
              "url": "https://s.w.org/images/core/5.3/Windbuchencom.jpg"
            }
          }
        ]
      },
      {
        "name": "bloqra/filterable-gallery-item",
        "attributes": {
          "categories": [
            "Travel"
          ]
        },
        "innerBlocks": [
          {
            "name": "core/image",
            "attributes": {
              "url": "https://s.w.org/images/core/5.3/Glacial_lakes,_Bhutan.jpg"
            }
          }
        ]
      },
      {
        "name": "bloqra/filterable-gallery-item",
        "attributes": {
          "categories": [
            "Nature"
          ]
        },
        "innerBlocks": [
          {
            "name": "core/image",
            "attributes": {
              "url": "https://s.w.org/images/core/5.3/MtBlanc1.jpg"
            }
          }
        ]
      },
      {
        "name": "bloqra/filterable-gallery-item",
        "attributes": {
          "categories": [
            "Travel"
          ]
        },
        "innerBlocks": [
          {
            "name": "core/image",
            "attributes": {
              "url": "https://s.w.org/images/core/5.3/Sediment_off_the_Yucatan_Peninsula.jpg"
            }
          }
        ]
      }
    ]
  },
  "styles": [
    {
      "name": "default",
      "label": "Pills",
      "isDefault": true
    },
    {
      "name": "underline",
      "label": "Underline"
    },
    {
      "name": "solid",
      "label": "Solid"
    }
  ],
  "attributes": {
    "columns": {
      "type": "number",
      "minimum": 1,
      "maximum": 8
    },
    "layout": {
      "type": "string",
      "default": "grid",
      "enum": [
        "grid",
        "masonry"
      ]
    },
    "caption": {
      "type": "rich-text",
      "source": "rich-text",
      "selector": ".wp-block-bloqra-filterable-gallery__caption",
      "role": "content"
    },
    "showFilters": {
      "type": "boolean",
      "default": true
    },
    "allLabel": {
      "type": "string",
      "default": ""
    },
    "showCounts": {
      "type": "boolean",
      "default": false
    },
    "filterJustification": {
      "type": "string",
      "default": "left",
      "enum": [
        "left",
        "center",
        "right"
      ]
    },
    "paginationType": {
      "type": "string",
      "default": "none",
      "enum": [
        "none",
        "loadMore",
        "infinite"
      ]
    },
    "perPage": {
      "type": "number",
      "default": 9
    },
    "loadMoreLabel": {
      "type": "string",
      "default": ""
    },
    "loadMoreTextColor": {
      "type": "string",
      "default": ""
    },
    "loadMoreBackgroundColor": {
      "type": "string",
      "default": ""
    },
    "linkTarget": {
      "type": "string"
    },
    "linkTo": {
      "type": "string"
    },
    "sizeSlug": {
      "type": "string",
      "default": "large"
    },
    "aspectRatio": {
      "type": "string",
      "default": "auto"
    },
    "allowResize": {
      "type": "boolean",
      "default": false
    },
    "navigationButtonType": {
      "type": "string",
      "default": "icon",
      "enum": [
        "icon",
        "text",
        "both"
      ]
    }
  },
  "providesContext": {
    "allowResize": "allowResize",
    "navigationButtonType": "navigationButtonType"
  },
  "supports": {
    "anchor": true,
    "align": true,
    "html": false,
    "units": [
      "px",
      "em",
      "rem",
      "vh",
      "vw"
    ],
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": [
        "horizontal",
        "vertical"
      ],
      "__experimentalSkipSerialization": [
        "blockGap"
      ],
      "__experimentalDefaultControls": {
        "blockGap": true,
        "margin": false,
        "padding": false
      }
    },
    "color": {
      "text": true,
      "background": true,
      "gradients": true
    },
    "typography": {
      "fontSize": true,
      "__experimentalFontFamily": true
    },
    "__experimentalBorder": {
      "radius": true,
      "color": true,
      "width": true,
      "style": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true
      }
    },
    "listView": true
  },
  "textdomain": "bloqra",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}