{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "juzeddev/juz-dualview",
  "version": "1.0.0",
  "textdomain": "juz-dualview",
  "title": "JuZ DualView",
  "description": "A Gutenberg block to display an easy \"Before/After\" comparison.",
  "category": "media",
  "icon": "image-flip-horizontal",
  "attributes": {
    "uniqueId": {
      "type": "string"
    },
    "ariaLabel": {
      "type": "string"
    },
    "instructions": {
      "type": "string"
    },
    "description": {
      "type": "string",
      "source": "html",
      "selector": ".juz-dualview__description-text"
    },
    "preview": {
      "type": "boolean",
      "default": false
    }
  },
  "supports": {
    "html": true,
    "customClassName": true,
    "className": true,
    "anchor": true,
    "inserter": true,
    "alignWide": true,
    "color": {
      "text": true,
      "background": true
    },
    "spacing": {
      "padding": true
    },
    "typography": {
      "fontSize": true,
      "textAlign": true
    }
  },
  "editorScript": "file:./editor.js",
  "viewScript": [
    "file:./view.js",
    "juz-dualview-view-script"
  ],
  "editorStyle": "file:./editor.css",
  "viewStyle": [
    "file:./view.css",
    "juz-dualview-view-style"
  ],
  "example": {
    "attributes": {
      "preview": true
    }
  }
}
