{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "bloqra/filterable-gallery-item",
  "version": "1.0.0",
  "title": "Gallery Item",
  "category": "bloqra",
  "icon": "format-image",
  "description": "A single image in a Filterable Gallery, with the filter categories it belongs to.",
  "keywords": [
    "image",
    "gallery",
    "filter",
    "category"
  ],
  "parent": [
    "bloqra/filterable-gallery"
  ],
  "allowedBlocks": [
    "core/image"
  ],
  "attributes": {
    "categories": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "default": []
    }
  },
  "supports": {
    "html": false,
    "reusable": false
  },
  "textdomain": "bloqra",
  "editorScript": "file:./index.js"
}