{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "tripzzy/slider",
  "title": "Slider",
  "category": "tripzzy",
  "description": "Display your images in a horizontal carousel.",
  "icon": "<svg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'><path fill-rule='evenodd' clip-rule='evenodd' d='M3 2C1.89543 2 1 2.89543 1 4V24C1 25.1046 1.89543 26 3 26H29C30.1046 26 31 25.1046 31 24V4C31 2.89543 30.1046 2 29 2H3ZM29 4H3V24H29V4Z' fill='#3EB368'/><path fill-rule='evenodd' clip-rule='evenodd' d='M22.7226 10.584C22.9524 10.4308 23.2628 10.4929 23.416 10.7226L25.416 13.7226C25.5692 13.9524 25.5071 14.2628 25.2773 14.416C25.0476 14.5692 24.7371 14.5071 24.584 14.2773L22.584 11.2773C22.4308 11.0476 22.4929 10.7371 22.7226 10.584Z' fill='#3EB368'/><path fill-rule='evenodd' clip-rule='evenodd' d='M25.2773 13.584C25.5071 13.7371 25.5692 14.0476 25.416 14.2773L23.416 17.2773C23.2628 17.5071 22.9524 17.5692 22.7226 17.416C22.4929 17.2628 22.4308 16.9524 22.584 16.7226L24.584 13.7226C24.7371 13.4929 25.0476 13.4308 25.2773 13.584Z' fill='#3EB368'/><path fill-rule='evenodd' clip-rule='evenodd' d='M6.72264 13.584C6.95241 13.4308 7.26284 13.4929 7.41602 13.7226L9.41602 16.7226C9.56919 16.9524 9.50711 17.2628 9.27734 17.416C9.04758 17.5692 8.73714 17.5071 8.58397 17.2773L6.58397 14.2773C6.43079 14.0476 6.49288 13.7371 6.72264 13.584Z' fill='#3EB368'/><path fill-rule='evenodd' clip-rule='evenodd' d='M9.27734 10.584C9.50711 10.7371 9.56919 11.0476 9.41602 11.2773L7.41602 14.2773C7.26284 14.5071 6.95241 14.5692 6.72264 14.416C6.49288 14.2628 6.43079 13.9524 6.58397 13.7226L8.58397 10.7226C8.73714 10.4929 9.04758 10.4308 9.27734 10.584Z' fill='#3EB368'/><path fill-rule='evenodd' clip-rule='evenodd' d='M11 28.5C10.7239 28.5 10.5 28.7239 10.5 29C10.5 29.2761 10.7239 29.5 11 29.5C11.2761 29.5 11.5 29.2761 11.5 29C11.5 28.7239 11.2761 28.5 11 28.5ZM9.5 29C9.5 28.1716 10.1716 27.5 11 27.5C11.8284 27.5 12.5 28.1716 12.5 29C12.5 29.8284 11.8284 30.5 11 30.5C10.1716 30.5 9.5 29.8284 9.5 29Z' fill='#3EB368'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16 28.5C15.7239 28.5 15.5 28.7239 15.5 29C15.5 29.2761 15.7239 29.5 16 29.5C16.2761 29.5 16.5 29.2761 16.5 29C16.5 28.7239 16.2761 28.5 16 28.5ZM14.5 29C14.5 28.1716 15.1716 27.5 16 27.5C16.8284 27.5 17.5 28.1716 17.5 29C17.5 29.8284 16.8284 30.5 16 30.5C15.1716 30.5 14.5 29.8284 14.5 29Z' fill='#3EB368'/><path fill-rule='evenodd' clip-rule='evenodd' d='M21 28.5C20.7239 28.5 20.5 28.7239 20.5 29C20.5 29.2761 20.7239 29.5 21 29.5C21.2761 29.5 21.5 29.2761 21.5 29C21.5 28.7239 21.2761 28.5 21 28.5ZM19.5 29C19.5 28.1716 20.1716 27.5 21 27.5C21.8284 27.5 22.5 28.1716 22.5 29C22.5 29.8284 21.8284 30.5 21 30.5C20.1716 30.5 19.5 29.8284 19.5 29Z' fill='#3EB368'/></svg>",
  "keywords": [
    "carousel",
    "slideshow"
  ],
  "attributes": {
    "blockId": {
      "type": "string",
      "default": ""
    },
    "autoplay": {
      "type": "boolean",
      "default": false
    },
    "delay": {
      "type": "number",
      "default": 3000
    },
    "navigation": {
      "type": "boolean",
      "default": true
    },
    "navigationSize": {
      "type": "number",
      "default": 48
    },
    "navigationPosition": {
      "type": "number",
      "default": 10
    },
    "pagination": {
      "type": "boolean",
      "default": false
    },
    "paginationColor": {
      "type": "string",
      "default": ""
    },
    "slidesPerView": {
      "type": "number",
      "default": 1
    },
    "enableBreakpoints": {
      "type": "boolean",
      "default": false
    },
    "breakpoints": {
      "type": "object",
      "default": {}
    },
    "spaceBetween": {
      "type": "number",
      "default": 24
    },
    "loop": {
      "type": "boolean",
      "default": false
    },
    "slideRadius": {
      "type": "string",
      "default": "0"
    },
    "primaryColor": {
      "type": "string",
      "default": ""
    },
    "primaryColorHover": {
      "type": "string",
      "default": ""
    },
    "sliderHeight": {
      "type": "string",
      "default": "430px"
    }
  },
  "example": {},
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "className": true,
    "color": {
      "background": false,
      "gradients": false,
      "link": false,
      "text": false
    },
    "spacing": {
      "padding": true,
      "margin": [
        "top",
        "bottom"
      ]
    }
  },
  "textdomain": "default",
  "editorScript": "file:./index.js",
  "editorStyle": [
    "tripzzy-admin-block-editor",
    "file:./index.css"
  ],
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js",
  "render": "file:./render.php"
}