{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "slideverse/infinite-slider",
  "version": "0.0.2",
  "title": "Infinite Slider",
  "category": "slideverse",
  "description": "Create a continuous scrolling carousel with infinite loop for showcasing logos, partners, testimonials, or any content that needs constant motion.",
  "keywords": [
    "carousel",
    "marquee",
    "infinite scroll",
    "continuous slider",
    "logo slider",
    "automatic slider"
  ],
  "example": {},
  "attributes": {
    "blockId": {
      "type": "string"
    },
    "slider": {
      "type": "array",
      "default": []
    },
    "navigation": {
      "type": "object"
    },
    "options": {
      "type": "object",
      "default": {}
    },
    "style": {
      "type": "object",
      "default": {}
    },
    "itemStyle": {
      "type": "object",
      "default": {},
      "selector": ".wp-block-slideverse-infinite-slider-item"
    }
  },
  "textdomain": "slideverse",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./editor.css",
  "style": "file:./style.css",
  "viewScript": "file:./view.js",
  "supports": {
    "className": true,
    "html": false,
    "align": true,
    "alignWide": true
  }
}