{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "name": "blockons/image-carousel",
  "title": "Image Slider / Carousel",
  "textdomain": "blockons",
  "icon": "format-image",
  "category": "blockons-category",
  "keywords": [
    "image",
    "carousel",
    "gallery",
    "picture",
    "slider",
    "img",
    "blockons"
  ],
  "attributes": {
    "uniqueId": {
      "type": "string"
    },
    "alignment": {
      "type": "string",
      "default": "center"
    },
    "sliderSlides": {
      "type": "array",
      "default": []
    },
    "imageProportion": {
      "type": "string",
      "default": "actual"
    },
    "forceFullWidth": {
      "type": "boolean",
      "default": false
    },
    "imageRoundness": {
      "type": "string",
      "default": "square"
    },
    "captionPosition": {
      "type": "string",
      "default": "none"
    },
    "captionOnHover": {
      "type": "boolean",
      "default": false
    },
    "captionBgColor": {
      "type": "string",
      "default": "#FFF"
    },
    "captionBgOpacity": {
      "type": "number",
      "default": 0.5
    },
    "captionFontSize": {
      "type": "number",
      "default": 14
    },
    "captionFontColor": {
      "type": "string",
      "default": "#171515"
    },
    "transition": {
      "type": "string",
      "default": "slide"
    },
    "perView": {
      "type": "number",
      "default": 1
    },
    "autoplay": {
      "type": "boolean",
      "default": false
    },
    "autoplayDelay": {
      "type": "string",
      "default": "4000"
    },
    "autoplayDisable": {
      "type": "boolean",
      "default": false
    },
    "mode": {
      "type": "string",
      "default": "default"
    },
    "spaceBetween": {
      "type": "number",
      "default": 0
    },
    "navigation": {
      "type": "boolean",
      "default": true
    },
    "navigationStyle": {
      "type": "string",
      "default": "default"
    },
    "navigationColor": {
      "type": "string",
      "default": "dark"
    },
    "navigationArrow": {
      "type": "string",
      "default": "ban"
    },
    "pagination": {
      "type": "boolean",
      "default": true
    },
    "paginationStyle": {
      "type": "string",
      "default": "bullets"
    },
    "paginationColor": {
      "type": "string",
      "default": "dark"
    },
    "showOnHover": {
      "type": "boolean",
      "default": false
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "viewScript": "blockons-slider",
  "style": [
    "file:./style-index.css",
    "blockons-fontawesome",
    "blockons-swiper-css"
  ]
}