{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "templazee/slider",
  "category": "templazee",
  "title": "Slider",
  "description": "Displays content in a customizable, interactive slider format, allowing users to scroll through images, text, or other elements in a dynamic way.",
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "perPage": {
      "type": "number",
      "default": 1
    },
    "slideGap": {
      "type": "number",
      "default": 30
    },
    "pauseOnHover": {
      "type": "boolean",
      "default": false
    },
    "autoPlay": {
      "type": "boolean",
      "default": false
    },
    "showDots": {
      "type": "boolean",
      "default": true
    },
    "showArrow": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "anchor": true,
    "align": [
      "wide",
      "full"
    ],
    "html": false
  },
  "textdomain": "slider",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}