{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "title": "Showcase Slide",
  "name": "brandy/showcase-slide",
  "category": "brandy-blocks",
  "description": "One slide of a Showcase Slider: a media half and a panel half, edited together.",
  "keywords": [
    "slide",
    "showcase",
    "slider"
  ],
  "parent": [
    "brandy/showcase-slider"
  ],
  "attributes": {
    "panelColor": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "reusable": false,
    "html": false
  },
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js"
}