{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "tixfox/event-embed",
  "title": "TixFox Event Embed",
  "category": "embed",
  "icon": "tickets-alt",
  "description": "Embed a TixFox event with full details in an iframe",
  "keywords": ["event", "ticket", "tixfox", "embed"],
  "version": "1.0.0",
  "textdomain": "tixfox",
  "attributes": {
    "eventSlug": {
      "type": "string",
      "default": ""
    },
    "eventTitle": {
      "type": "string",
      "default": ""
    },
    "height": {
      "type": "string",
      "default": "600px"
    }
  },
  "supports": {
    "html": false,
    "align": ["wide", "full"]
  },
  "example": {
    "attributes": {
      "eventSlug": "HwDlQ5LA0A",
      "eventTitle": "Demo Event",
      "height": "300px"
    }
  },
  "editorScript": "file:./index.js",
  "editorStyle": "file:./index.css",
  "style": "file:./style-index.css",
  "viewScript": "file:./view.js"
}
