{
  "apiVersion": 3,
  "name": "da/wp-swiper-slide",
  "icon": {
    "src": "<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><rect x='3' y='5' width='18' height='14' rx='2' fill='none' stroke='currentColor' stroke-width='2'/><circle cx='8' cy='10' r='1.5' fill='currentColor'/><path d='M3 15 L8 11 L12 14 L16 10 L21 14 L21 17 C21 18.1 20.1 19 19 19 L5 19 C3.9 19 3 18.1 3 17 Z' fill='currentColor' opacity='0.4'/></svg>"
  },
  "parent": [
    "da/wp-swiper-slides"
  ],
  "category": "media",
  "supports": {
    "html": false,
    "className": false,
    "anchor": true,
    "inserter": false,
    "reusable": false
  },
  "attributes": {
    "align": {
      "type": "string",
      "default": "undefined"
    },
    "slideImgId": {
      "type": "number"
    },
    "slideImg": {
      "type": "string"
    },
    "thumbImg": {
      "type": "string"
    },
    "slug": {
      "type": "string"
    },
    "contentValign": {
      "type": "string",
      "default": ""
    },
    "contentHalign": {
      "type": "string",
      "default": ""
    },
    "contentVHalign": {
      "type": "string"
    },
    "focalPoint": {
      "type": "object",
      "default": {
        "x": 0.5,
        "y": 0.5
      }
    },
    "overlayColor": {
      "type": "object",
      "default": {
        "rgb": {
          "r": 0,
          "g": 0,
          "b": 0,
          "a": 0
        }
      }
    },
    "containerWidth": {
      "type": "number"
    }
  }
}