{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "gatherpress/modal-manager",
  "version": "1.0.0",
  "title": "Modal Manager",
  "category": "gatherpress",
  "icon": "external",
  "example": {},
  "description": "Manage modals and their triggers with ease.",
  "attributes": {},
  "supports": {
    "layout": {
      "allowSwitching": false,
      "allowInheriting": false,
      "default": {
        "justifyContent": "center",
        "type": "flex"
      }
    },
    "spacing": {
      "padding": true,
      "margin": true,
      "blockGap": true
    },
    "html": false,
    "interactivity": true
  },
  "textdomain": "gatherpress",
  "editorScript": "file:./index.js",
  "viewScriptModule": "file:./view.js"
}