{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Gallery Item",
  "name": "brandy/media-gallery-item",
  "category": "brandy-blocks",
  "description": "A single gallery item: image plus optional title and description.",
  "parent": [
    "brandy/media-gallery"
  ],
  "attributes": {},
  "allowedBlocks": [
    "core/image",
    "core/heading",
    "core/paragraph",
    "core/post-featured-image",
    "core/post-title",
    "core/post-excerpt"
  ],
  "usesContext": [
    "brandy/mediaGalleryCaptionSource",
    "brandy/mediaGalleryEnableLightbox",
    "brandy/mediaGalleryTitlePosition",
    "brandy/mediaGalleryDisplayMode",
    "brandy/mediaGalleryIsDynamic"
  ],
  "supports": {
    "reusable": false,
    "html": false,
    "inserter": false
  },
  "render": "file:./render.php",
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}