{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "fair-events/event-info",
  "version": "0.1.0",
  "title": "Event Info",
  "category": "widgets",
  "icon": "info-outline",
  "description": "Display basic event information including dates and venue location.",
  "keywords": [
    "event",
    "info",
    "date",
    "venue",
    "location"
  ],
  "textdomain": "fair-events",
  "usesContext": [
    "postId",
    "postType"
  ],
  "supports": {
    "html": false,
    "anchor": true,
    "align": true
  },
  "editorScript": "file:./editor.js",
  "render": "file:./render.php"
}