{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "popper/body",
  "title": "Pop up body",
  "description": "Popper pop up body content.",
  "category": "popper",
  "parent": [
    "popper/popup"
  ],
  "textdomain": "popper",
  "supports": {
    "lock": false,
    "multiple": false,
    "reusable": false,
    "shadow": true,
    "background": {
      "backgroundImage": true,
      "backgroundSize": true
    },
    "color": {
      "text": true,
      "background": true,
      "gradients": true
    },
    "spacing": {
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    }
  },
  "attributes": {
    "width": {
      "type": "string"
    },
    "height": {
      "type": "string"
    }
  },
  "editorScript": "file:./index.js"
}