{
  "apiVersion" : 3,
  "name" : "foundry/slider-block",
  "title" : "Refoundry Slider (Deprecated)",
  "description": "You should use the fancy V2 one!",
  "category" : "design",
  "attributes" : {
    "slideCount" : {
      "type" : "object",
      "responsiveUtilityType" : "width",
      "default" : {
        "all" : 1
      }
    },
    "slidePills" : {
      "type" : "boolean",
      "default" : false
    },
    "slideNav" : {
      "type" : "boolean",
      "default" : true
    },
    "slideCustomNext" : {
      "type" : "string"
    },
    "slideCustomPrev" : {
      "type" : "string"
    },
    "slideBy" : {
      "type" : "string",
      "default" : "page"
    },
    "rewind" : {
      "type" : "boolean",
      "default" : false
    },
    "sliderType" : {
      "type" : "string",
      "default" : "slider"
    },
    "slideAutoHeight" : {
      "type" : "boolean",
      "default" : true
    },
    "innerBlocks": {
      "type": "array"
    },
    "gap": {
      "type": "number",
      "default": 16
    },
    "bound": {
      "type": "boolean",
      "default": false
    }
  },
  "editorScript" : "foundry-editor-js",
  "editorStyle" : "foundry-editor-css",
  "style" : "file:./style.min.css",
  "providesContext" : {
    "slideCount" : "slideCount"
  },
  "supports" : {
    "html" : false
  }
}
