{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gatherpress/modal",
  "version": "1.0.0",
  "title": "Modal",
  "parent": [
    "gatherpress/modal-manager"
  ],
  "category": "gatherpress",
  "icon": "external",
  "example": {},
  "description": "Enables members to easily confirm their attendance for an event.",
  "attributes": {
    "zIndex": {
      "type": "number",
      "default": 1000
    }
  },
  "supports": {
    "html": false,
    "color": {
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true
      }
    }
  },
  "allowedBlocks": [
    "gatherpress/modal-content"
  ],
  "textdomain": "gatherpress",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}