{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wp-travel-blocks/slider",
  "title": "Slider",
  "category": "wp-travel-blocks",
  "description": "Block to add slider to your content.",
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "slidesPerPage": {
      "type": "number",
      "default": 1
    },
    "controls": {
      "type": "boolean",
      "default": true
    },
    "autoplay": {
      "type": "boolean",
      "default": true
    },
    "autoplayDelay": {
      "type": "string",
      "default": "3000"
    },
    "dot": {
      "type": "boolean",
      "default": false
    },
    "dotPosition": {
      "type": "string",
      "default": "horizontal-inside-slider-bottom-center"
    },
    "axis": {
      "type": "string",
      "default": "horizontal"
    },
    "slideBy": {
      "type": "number",
      "default": 1
    },
    "center": {
      "type": "boolean",
      "default": false
    },
    "gap": {
      "type": "number",
      "default": 16
    }
  },
  "supports": {
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "textdomain": "slider",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "script": "wp-travel-blocks-slider-script"
}