{
  "$schema": "https://json.schemastore.org/block.json",
  "apiVersion": 2,
  "name": "blockons/image-comparison",
  "title": "Image Comparison",
  "textdomain": "blockons",
  "icon": "format-gallery",
  "category": "blockons-category",
  "keywords": [
    "image",
    "compare",
    "comparison",
    "slider",
    "blockons"
  ],
  "attributes": {
    "uniqueId": {
      "type": "string"
    },
    "alignment": {
      "type": "string",
      "default": "left"
    },
    "maxWidth": {
      "type": "string",
      "default": "100%"
    },
    "slideDirection": {
      "type": "string",
      "default": "horizontal"
    },
    "before": {
      "type": "string",
      "default": "Before"
    },
    "after": {
      "type": "string",
      "default": "After"
    },
    "labelColor": {
      "type": "string",
      "default": "#000"
    },
    "imageLabels": {
      "type": "boolean",
      "default": false
    },
    "imageBefore": {
      "type": "object",
      "default": {}
    },
    "imageAfter": {
      "type": "object",
      "default": {}
    },
    "automatic": {
      "type": "boolean",
      "default": false
    },
    "handle": {
      "type": "string",
      "default": "one"
    },
    "handleColor": {
      "type": "string",
      "default": "#000"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "script": "blockons-img-comparison",
  "style": [
    "file:./style-index.css",
    "blockons-fontawesome"
  ]
}