{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 2,
  "name": "gatherpress/online-event",
  "version": "1.0.1",
  "title": "Online Event",
  "category": "gatherpress",
  "icon": "video-alt2",
  "example": {},
  "description": "Utilized for virtual events, offering the capability to share a direct link to an event.",
  "attributes": {
    "blockId": {
      "type": "string"
    }
  },
  "supports": {
    "html": false
  },
  "textdomain": "gatherpress",
  "editorScript": "file:./index.js",
  "style": "file:./style-index.css",
  "viewScript": "file:./online-event.js",
  "render": "file:./render.php"
}