{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gutenify/wc-product-carousel",
  "category": "gutenify",
  "title": "WooCommerce Product Carousel",
  "version": "2",
  "attributes": {
    "blockClientId": {
      "type": "string",
      "default": ""
    },
    "blockAdvanceOptions": {
      "type": "object",
      "default": {
        "itemBackgroundColor": "#fff",
        "itemLinkColor": "",
        "itemColor": "",
        "innerBlock": {}
      }
    },
    "columns": {
      "type": "number",
      "default": 2
    },
    "displayFeaturedImage": {
      "type": "boolean",
      "default": true
    },
    "query": {
      "type": "object",
      "default": {
        "numberOfItems": 3
      }
    },
    "loop": {
      "type": "boolean",
      "default": true
    },
    "spaceBetween": {
      "type": "number",
      "default": 30
    },
    "hasNavigation": {
      "type": "boolean",
      "default": true
    },
    "hasPagination": {
      "type": "boolean",
      "default": true
    },
    "isAutoplay": {
      "type": "boolean",
      "default": false
    },
    "layout": {
      "type": "string",
      "default": "layout-1"
    },
    "backgroundColor": {
      "type": "string",
      "default": ""
    },
    "backgroundGradient": {
      "type": "string",
      "default": ""
    },
    "hoverBackgroundColor": {
      "type": "string",
      "default": ""
    },
    "hoverBackgroundGradient": {
      "type": "string",
      "default": ""
    }
  },
  "supports": {
    "align": true
  },
  "editorScript": [
    "file:./index.js"
  ],
  "style": [
    "file:./style-index.css",
    "gutenify-swiper"
  ],
  "script": [
    "gutenify-swiper"
  ],
  "icon": "<svg id='ba307c34-7d6d-4d7e-9a11-dd8f2d4e1a77' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M17.34,8.92h0a.49.49,0,0,0-.16-.16l0,0L12.25,5.9a.5.5,0,0,0-.5,0L6.84,8.73l0,0a.49.49,0,0,0-.16.16h0a.46.46,0,0,0-.06.22v5.69a.52.52,0,0,0,.25.44l4.91,2.83h0a.47.47,0,0,0,.46,0h0l4.91-2.83a.52.52,0,0,0,.25-.44V9.14A.46.46,0,0,0,17.34,8.92ZM12,11.42l-1.45-.84,3.9-2.25,1.46.84Zm0-4.51,1.46.84L9.55,10,8.09,9.17ZM7.59,10,9,10.87v1.82a.5.5,0,0,0,.5.5.5.5,0,0,0,.5-.5V11.45l1.46.84V16.8L7.59,14.55ZM12.5,16.8V12.29L16.41,10v4.52Z' fill='#2196f3' /><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.38ZM1,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.65V2.65A1.64,1.64,0,0,1,6,1H18a1.64,1.64,0,0,1,1.63,1.65ZM23,19.76a.86.86,0,0,1-.85.86H20.67V3.38h1.48a.86.86,0,0,1,.85.86Z' fill='#2196f3' /></svg>"
}