{
  "apiVersion": 3,
  "title": "Carousel Slide",
  "name": "brandy/carousel-slide",
  "category": "brandy-blocks",
  "description": "A single slide within a carousel",
  "parent": [
    "brandy/carousel"
  ],
  "usesContext": [
    "postId",
    "postType",
    "brandy/carouselQuery",
    "brandy/carouselQueryId",
    "brandy/carouselIsDynamic"
  ],
  "attributes": {},
  "supports": {
    "reusable": false,
    "html": false,
    "color": {
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true
      }
    },
    "spacing": {
      "padding": true,
      "blockGap": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true
      }
    },
    "layout": {
      "allowSizingOnChildren": true
    },
    "interactivity": {
      "clientNavigation": true
    }
  },
  "render": "file:./render.php",
  "textdomain": "brandy-blocks",
  "editorScript": "file:./index.js"
}