{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "badhub/widget",
  "title": "Badhub Widget",
  "category": "embed",
  "icon": "chart-bar",
  "description": "Ligatabelle deines Vereins direkt auf deiner Website.",
  "keywords": ["badminton", "ligatabelle", "sport", "verein"],
  "supports": { "html": false },
  "attributes": {
    "pool_id":    { "type": "string",  "default": "" },
    "theme":      { "type": "string",  "default": "light" },
    "highlight":  { "type": "boolean", "default": true },
    "promotion":  { "type": "boolean", "default": true },
    "logos":      { "type": "boolean", "default": true }
  },
  "editorScript": "file:./block.js",
  "style": "file:./block-style.css"
}
