{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "wpmozo/split-image",
  "version": "0.1.0",
  "title": "Split Image",
  "category": "wpmozo",
  "icon": "smiley",
  "description": "WPMozo Split Image block breaks an image into a customizable grid of square pieces, allowing unique and artistic presentations for your site.",
  "example": {},
  "supports": {
    "html": false,
    "customClassName": false
  },
  "attributes": {
    "ID": {
      "type": "string"
    },
    "className": {
      "type": "string"
    },
    "splitImg": {
      "type": "string",
      "default": "/wp-content/plugins/wpmozo-blocks-and-addons/includes/assets/images/placeholder.webp"
    },
    "rows": {
      "type": "number",
      "default": 3
    },
    "columns": {
      "type": "number",
      "default": 3
    },
    "gap": {
      "type": "number",
      "default": 10
    },
    "blockLink": {
      "type": "string"
    },
    "blockLinkTarget": {
      "type": "string",
      "default": "external"
    },
    "imageAlignment": {
      "type": "string",
      "default": "center"
    },
    "imageborder": {
      "type": "object"
    },
    "imageborderRadius": {
      "type": "string"
    },
    "imagepadding": {
      "type": "object"
    },
    "imagemargin": {
      "type": "object"
    },
    "imageContainermargin": {
      "type": "object"
    },
    "imageContainerpadding": {
      "type": "object"
    }
  },
  "textdomain": "wpmozo-blocks-and-addons",
  "editorScript": "file:./index.js",
  "editorStyle": [
    "wpmozo-blocks-and-addons-fontawesome-style",
    "file:./index.css"
  ],
  "style": [
    "wpmozo-blocks-and-addons-fontawesome-style",
    "file:./style-index.css"
  ],
  "script": "file:./script.js"
}