{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gatherpress/modal-content",
  "version": "1.0.0",
  "title": "Modal Content",
  "parent": [
    "gatherpress/modal"
  ],
  "category": "gatherpress",
  "icon": "external",
  "example": {},
  "description": "Enables members to easily confirm their attendance for an event.",
  "attributes": {
    "style": {
      "type": "object",
      "default": {
        "spacing": {
          "padding": "20px"
        },
        "dimensions": {
          "maxWidth": "400px"
        }
      }
    },
    "backgroundColor": {
      "type": "string",
      "default": "white"
    },
    "textColor": {
      "type": "string",
      "default": "contrast"
    }
  },
  "supports": {
    "html": false,
    "color": {
      "gradients": true,
      "__experimentalDefaultControls": {
        "background": true,
        "text": true
      }
    },
    "dimensions": {
      "width": true
    },
    "spacing": {
      "padding": true
    },
    "__experimentalBorder": {
      "color": true,
      "radius": true,
      "style": true,
      "width": true,
      "__experimentalDefaultControls": {
        "color": true,
        "radius": true,
        "style": true,
        "width": true
      }
    }
  },
  "textdomain": "gatherpress",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css"
}