{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "title": "Lightbox",
  "name": "zolo/lightbox",
  "category": "zoloblocks",
  "keywords": [
    "lightbox",
    "gallery",
    "image",
    "video",
    "media",
    "modal",
    "popup"
  ],
  "description": "Create customizable lightboxes for media content.",
  "apiVersion": 3,
  "textdomain": "zoloblocks",
  "example": {
    "attributes": {
      "preview": true
    },
    "viewportWidth": 400
  },
  "supports": {
    "anchor": false,
    "customClassName": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "viewScript": "file:./frontend.js",
  "script": [
    "fslightbox"
  ]
}