{
  "name": "skt-blocks/image-slider",
  "category": "skt_blocks",
  "attributes": {
    "gutter": {
      "type": "number",
      "default": 5
    },
    "gutterMobile": {
      "type": "number",
      "default": 5
    },
    "gridSize": {
      "type": "string",
      "default": "lrg"
    },
    "height": {
      "type": "number",
      "default": 400
    },
    "width": {
      "type": "number"
    },
    "customWidth": {
      "type": "boolean",
      "default": false
    },
    "pageDots": {
      "type": "boolean",
      "default": false
    },
    "prevNextButtons": {
      "type": "boolean",
      "default": true
    },
    "autoPlay": {
      "type": "boolean",
      "default": false
    },
    "autoPlaySpeed": {
      "type": "string",
      "default": 3000
    },
    "draggable": {
      "type": "boolean",
      "default": true
    },
    "alignCells": {
      "type": "boolean",
      "default": false
    },
    "pauseHover": {
      "type": "boolean",
      "default": false
    },
    "freeScroll": {
      "type": "boolean",
      "default": false
    },
    "isSmallImage": {
      "type": "boolean",
      "default": false
    },
    "thumbnails": {
      "type": "boolean",
      "default": false
    },
    "responsiveHeight": {
      "type": "boolean",
      "default": false
    },
    "borderWidth": {
      "type": "number"
    },
    "iconBackgroundRadius": {
      "type": "number",
      "default": 20
    },
    "iconBackgroundOpacity": {
      "type": "number",
      "default": 90
    },
    "iconBackgroundColor": {
      "type": "string"
    },
    "borderColor": {
      "type": "string"
    },
    "iconColor": {
      "type": "string"
    },
    "borderStyle": {
      "type": "string"
    },
    "counterId": {
      "type": "string"
    }
  }
}
