{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Image Gallery",
  "name": "zolo/image-gallery",
  "category": "zoloblocks",
  "keywords": [
    "gallery",
    "image",
    "photo",
    "media",
    "responsive",
    "grid",
    "masonry",
    "lightbox"
  ],
  "description": "Design responsive image galleries with consistent site design.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 410
  },
  "supports": {
    "anchor": false,
    "align": [
      "wide",
      "full"
    ],
    "customClassName": false
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "viewScript": "file:./frontend.js",
  "script": [
    "fslightbox"
  ]
}