{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/masonry-gallery",
  "version": "1.0.0",
  "title": "Masonry Gallery",
  "category": "bloqra",
  "icon": "screenoptions",
  "description": "Display images in a Pinterest-style masonry layout that keeps every photo at its natural aspect ratio.",
  "keywords": [
    "masonry",
    "gallery",
    "images",
    "photos",
    "pinterest",
    "grid"
  ],
  "usesContext": [
    "galleryId"
  ],
  "allowedBlocks": [
    "core/image"
  ],
  "example": {
    "attributes": {
      "columns": 2
    },
    "innerBlocks": [
      {
        "name": "core/image",
        "attributes": {
          "url": "https://s.w.org/images/core/5.3/Windbuchencom.jpg"
        }
      },
      {
        "name": "core/image",
        "attributes": {
          "url": "https://s.w.org/images/core/5.3/Glacial_lakes,_Bhutan.jpg"
        }
      },
      {
        "name": "core/image",
        "attributes": {
          "url": "https://s.w.org/images/core/5.3/MtBlanc1.jpg"
        }
      },
      {
        "name": "core/image",
        "attributes": {
          "url": "https://s.w.org/images/core/5.3/Sediment_off_the_Yucatan_Peninsula.jpg"
        }
      }
    ]
  },
  "attributes": {
    "columns": {
      "type": "number",
      "minimum": 1,
      "maximum": 8
    },
    "caption": {
      "type": "rich-text",
      "source": "rich-text",
      "selector": ".wp-block-bloqra-masonry-gallery__caption",
      "role": "content"
    },
    "linkTarget": {
      "type": "string"
    },
    "linkTo": {
      "type": "string"
    },
    "sizeSlug": {
      "type": "string",
      "default": "large"
    },
    "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": false,
      "background": true,
      "gradients": 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"
}