{
  "apiVersion": 3,
  "name": "hotblocks/slide",
  "title": "Carousel Slide",
  "category": "design",
  "icon": "format-image",
  "description": "A single slide inside HotBlocks Carousel.",
  "textdomain": "hotblocks-carousel",
  "parent": [
    "hotblocks/carousel"
  ],
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "supports": {
    "html": false,
    "reusable": false
  },
  "attributes": {
    "imageId": {
      "type": "number"
    },
    "imageUrl": {
      "type": "string",
      "default": ""
    },
    "imageAlt": {
      "type": "string",
      "default": ""
    }
  },
  "usesContext": [
    "hotblocks/carousel/textWidth",
    "hotblocks/carousel/textPadding",
    "hotblocks/carousel/textPosition",
    "hotblocks/carousel/overlayBg",
    "hotblocks/carousel/responsiveBreakpoint"
  ]
}