{
  "apiVersion": 3,
  "name": "hotblocks/carousel",
  "title": "HotBlocks Carousel",
  "category": "design",
  "icon": "images-alt2",
  "description": "Carousel slideshow with slides and overlay text containers.",
  "textdomain": "hotblocks-carousel",
  "editorScript": "file:./index.js",
  "script": "file:./view.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "slidesOnScreen": {
      "type": "number",
      "default": 1
    },
    "slidesGap": {
      "type": "number",
      "default": 20
    },
    "textWidth": {
      "type": "number",
      "default": 360
    },
    "textPadding": {
      "type": "number",
      "default": 15
    },
    "textPosition": {
      "type": "string",
      "default": "center"
    },
    "overlayBg": {
      "type": "string",
      "default": ""
    },
    "responsiveBreakpoint": {
      "type": "number"
    },
    "arrows": {
      "type": "boolean",
      "default": true
    },
    "dots": {
      "type": "boolean",
      "default": false
    },
    "animationType": {
      "type": "string",
      "default": "scroll"
    },
    "autoSlideshow": {
      "type": "boolean",
      "default": true
    },
    "pauseMs": {
      "type": "number",
      "default": 4000
    }
  },
  "providesContext": {
    "hotblocks/carousel/textWidth": "textWidth",
    "hotblocks/carousel/textPadding": "textPadding",
    "hotblocks/carousel/textPosition": "textPosition",
    "hotblocks/carousel/overlayBg": "overlayBg",
    "hotblocks/carousel/responsiveBreakpoint": "responsiveBreakpoint"
  }
}