{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/img-comparison",
  "version": "1.6.6",
  "title": "Image Comparison Block",
  "category": "necessary-blocks",
  "icon": "format-gallery",
  "description": "Allow to showcase before-and-after images with an interactive slider for photographers, designers and eCommerce.",
  "supports": {
    "html": false,
    "shadow": true,
    "align": [
      "wide",
      "full"
    ],
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true,
        "shadow": true
      }
    },
    "typography": {
      "fontSize": true,
      "textAlign": true,
      "lineHeight": true,
      "__experimentalFontFamily": true,
      "__experimentalFontWeight": true,
      "__experimentalFontStyle": true,
      "__experimentalTextTransform": true,
      "__experimentalTextDecoration": true,
      "__experimentalLetterSpacing": true,
      "__experimentalDefaultControls": {
        "fontSize": true,
        "lineHeight": true
      }
    },
    "filter": {
      "duotone": true
    },
    "className": true,
    "customClassName": true,
    "splitting": true
  },
  "attributes": {
    "slider": {
      "type": "number",
      "default": 50
    },
    "beforeImage": {
      "type": "object"
    },
    "afterImage": {
      "type": "object"
    },
    "verticalMode": {
      "type": "boolean",
      "default": false
    },
    "hover": {
      "type": "boolean",
      "default": false
    },
    "showLabel": {
      "type": "boolean",
      "default": false
    },
    "leftImageLabel": {
      "type": "string",
      "default": "Before"
    },
    "rightImageLabel": {
      "type": "string",
      "default": "After"
    },
    "labelColor": {
      "type": "string",
      "default": "#000"
    },
    "fontSize": {
      "type": "string",
      "default": "22px"
    }
  },
  "keywords": [
    "Image Comparison Block",
    "necessary Blocks",
    "Image Comparison"
  ],
  "textdomain": "image-comoparison",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}