{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 3,
  "name": "gutenify/advance-slider",
  "title": "Advanced Slider",
  "description": "Slider for images or content with customizable options.",
  "category": "gutenify",
  "version": "2",
  "attributes": {
    "blockClientId": {
      "type": "string",
      "default": ""
    },
    "blockAdvanceOptions": {
      "type": "object",
      "default": {
        "hasPagination": false,
        "hasNavigation": true,
        "columns": 1,
        "speed": 800,
        "loop": true,
        "spaceBetween": 0,
        "arrows": {
          "type": "style-1",
          "backgroundColor": "#fff",
          "normalColor": "#000"
        },
        "paginations": {
          "width": "15px",
          "height": "15px",
          "borderRadius": "50px",
          "backgroundColor": "#959595"
        }
      }
    },
    "style": {
      "type": "object",
      "default": {
        "color": {
          "text": "",
          "background": ""
        },
        "elements": {}
      }
    }
  },
  "supports": {
    "html": true,
    "anchor": true,
    "align": [
      "wide",
      "full",
      "center"
    ],
    "color": {
      "background": true,
      "text": true,
      "link": true,
      "gradients": true,
      "__experimentalBorder": true
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "__experimentalDefaultControls": {
        "margin": true,
        "padding": true
      }
    },
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "lineHeight": true
      }
    },
    "shadow": true,
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    }
  },
  "editorScript": [
    "file:./index.js"
  ],
  "style": [
    "file:./style-index.css",
    "gutenify-swiper"
  ],
  "script": [
    "gutenify-swiper"
  ],
  "icon": "<svg id='a56a0f17-7e4f-4de9-bbc1-5f3aabde50e4' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M22.15,2.38H20.64A2.63,2.63,0,0,0,18,0H6a2.63,2.63,0,0,0-2.6,2.38H1.81A1.83,1.83,0,0,0,0,4.24V19.76a1.83,1.83,0,0,0,1.81,1.86H3.36A2.63,2.63,0,0,0,6,24H18a2.63,2.63,0,0,0,2.6-2.38h1.51A1.85,1.85,0,0,0,24,19.76V4.24A1.85,1.85,0,0,0,22.15,2.38ZM6,1H18a1.64,1.64,0,0,1,1.63,1.65v9.54l-3.46-5a.49.49,0,0,0-.4-.21.59.59,0,0,0-.41.19L10.93,13,8.42,10.16A.49.49,0,0,0,8.08,10a.51.51,0,0,0-.37.13l-3.38,3V2.65A1.64,1.64,0,0,1,6,1ZM1,19.76V4.24a.84.84,0,0,1,.81-.86H3.33V20.62H1.81A.84.84,0,0,1,1,19.76Zm18.67,1.59A1.64,1.64,0,0,1,18,23H6a1.64,1.64,0,0,1-1.63-1.65V14.48L8,11.2l2.58,3a.49.49,0,0,0,.39.17.47.47,0,0,0,.38-.19l4.43-5.79L19.67,14ZM23,19.76a.86.86,0,0,1-.85.86H20.67V3.38h1.48a.86.86,0,0,1,.85.86Z' fill='#2196f3' /><path d='M9.1,7.36a2,2,0,1,0,0-4h0a2,2,0,0,0,0,4Zm0-3a1,1,0,0,1,0,2,1,1,0,0,1-1-1A1,1,0,0,1,9.1,4.35Z' fill='#2196f3' /></svg>"
}