{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "afftra/pros-cons",
  "version": "1.0.0",
  "title": "Pros Cons",
  "category": "afftra-blocks",
  "description": "A block to display pros and cons in a list format.",
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ],
    "className": false,
    "customClassName": false
  },
  "example": {},
  "textdomain": "afftra-blocks",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}