{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "blockspare/blockspare-logos",
  "category": "blockspare",
  "attributes": {
    "uniqueClass": {
      "type": "string"
    },
    "align": {
      "type": "string"
    },
    "images": {
      "type": "array",
      "default": [],
      "selector": "img",
      "query": {
        "url": {
          "type": "string",
          "source": "attribute",
          "attribute": "src"
        },
        "alt": {
          "type": "string",
          "source": "attribute",
          "attribute": "alt",
          "default": ""
        },
        "id": {
          "type": "string",
          "source": "attribute",
          "attribute": "data-id"
        },
        "width": {
          "type": "string",
          "source": "attribute",
          "attribute": "data-width"
        }
      }
    },
    "columns": {
      "type": "number",
      "default": 4
    },
    "gutter": {
      "type": "number",
      "default": 15
    },
    "paddingTop": {
      "type": "number",
      "default": 0
    },
    "paddingRight": {
      "type": "number",
      "default": 0
    },
    "paddingBottom": {
      "type": "number",
      "default": 0
    },
    "paddingLeft": {
      "type": "number",
      "default": 0
    },
    "marginTop": {
      "type": "number",
      "default": 30
    },
    "marginRight": {
      "type": "number",
      "default": 0
    },
    "marginBottom": {
      "type": "number",
      "default": 30
    },
    "marginLeft": {
      "type": "number",
      "default": 0
    },
    "animation": {
      "type": "string",
      "default": ""
    },
    "blockHoverEffect": {
      "type": "string",
      "default": ""
    },
    "imageHoverEffect": {
      "type": "string",
      "default": ""
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}