{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "necessary-block/prosandcons-block",
  "version": "1.1.1",
  "title": "Pros and Cons Block",
  "category": "necessary-blocks",
  "icon": "image-flip-horizontal",
  "description": "Useful feature for creating comparison-style content in an engaging, visually appealing manner",
  "example": {},
  "supports": {
    "html": false,
    "color": {
      "background": true,
      "text": true
    },
    "spacing": {
      "margin": true,
      "padding": true,
      "blockGap": true
    },
    "align": [
      "wide",
      "full"
    ],
    "typography": {
      "fontSize": true,
      "lineHeight": true,
      "textAlign": true
    },
    "className": true,
    "customClassName": true,
    "anchor": true,
    "ariaLabel": true,
    "spliting": true,
    "filter": {
      "duotone": true
    },
    "multiple": true,
    "background": {
      "backgroundImage": true,
      "backgroundSize": true
    },
    "dimensions": {
      "aspectRatio": true,
      "minHeight": true
    },
    "shadow": true,
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true
    }
  },
  "attributes": {
    "pros": {
      "type": "array",
      "default": []
    },
    "cons": {
      "type": "array",
      "default": []
    },
    "image": {
      "type": "object",
      "default": {}
    },
    "divider": {
      "type": "object"
    }
  },
  "keywords": [
    "Pros And Cons Block",
    "necessary Blocks",
    "Pros And Cons"
  ],
  "textdomain": "prosandcons-blocks",
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css"
}