{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "caledros-basic-blocks/links-slider",
  "title": "Slider",
  "category": "caledros-basic-blocks",
  "icon": "block-default",
  "description": "A customizable slider block for showcasing template parts containing featured content.",
  "keywords": ["slider"],
  "version": "1.0",
  "textdomain": "caledros-basic-blocks",
  "editorScript": "file:./index.js",
  "viewScriptModule": "file:./view.js",
  "editorStyle": "file:./index.css",
  "style": ["file:./style-index.css", "file:./view.css"],
  "attributes": {
    "identifier": {
      "type": "string",
      "default": ""
    },
    "numberOfCards": {
      "type": "number",
      "default": 6
    },
    "cardOneSlug": {
      "type": "string",
      "default": ""
    },
    "cardTwoSlug": {
      "type": "string",
      "default": ""
    },
    "cardThreeSlug": {
      "type": "string",
      "default": ""
    },
    "cardFourSlug": {
      "type": "string",
      "default": ""
    },
    "cardFiveSlug": {
      "type": "string",
      "default": ""
    },
    "cardSixSlug": {
      "type": "string",
      "default": ""
    },
    "enableLoop": {
      "type": "boolean",
      "default": false
    },
    "enablePagination": {
      "type": "boolean",
      "default": true
    },
    "paginationType": {
      "type": "string",
      "default": "bullets"
    },
    "autoplay": {
      "type": "object",
      "default": {
        "enableAutoplay": false,
        "delay": 3000
      }
    },
    "lightColor": {
      "type": "string",
      "default": "#000"
    },
    "darkColor": {
      "type": "string",
      "default": "#fff"
    },
    "enableNavigationArrows": {
      "type": "boolean",
      "default": true
    },
    "width": {
      "type": "string",
      "default": "100%"
    },
    "minHeight": {
      "type": "string",
      "default": "auto"
    },
    "enableFadeEffect": {
      "type": "boolean",
      "default": true
    },
    "sliderEffect": {
      "type": "string",
      "default": "none"
    }
  },
  "supports": {
    "className": false,
    "html": false,
    "interactivity": true
  }
}
