{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/comparison-toggle-block",
  "version": "1.1.2",
  "title": "Comparison Toggle Block",
  "category": "necessary-blocks",
  "icon": "screenoptions",
  "keywords": [
    "comparison toggle content",
    "toggle",
    "comparison",
    "necessary blocks"
  ],
  "description": "A block with a toggle to compare two types of content by Coders Time.",
  "example": {},
  "supports": {
    "html": false,
    "className": true,
    "customClassName": true,
    "color": {
      "text": true,
      "background": true,
      "gradients": true,
      "overlay": true
    },
    "spacing": {
      "margin": true,
      "padding": true
    },
    "align": [
      "wide",
      "full"
    ]
  },
  "attributes": {
    "itemone": {
      "type": "string",
      "default": ""
    },
    "itemtwo": {
      "type": "string",
      "default": ""
    },
    "selected": {
      "type": "boolean",
      "default": true
    },
    "clothContent": {
      "type": "array",
      "default": []
    },
    "homeContent": {
      "type": "array",
      "default": []
    },
    "featuredImageSizeSlug": {
      "type": "string"
    },
    "featuredImageSizeWidth": {
      "type": "number",
      "default": null
    },
    "featuredImageSizeHeight": {
      "type": "number",
      "default": null
    }
  },
  "textdomain": "comparison-toggle-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}