{
  "$schema": "https://schemas.wp.org/trunk/block.json",
  "apiVersion": 3,
  "name": "matchday/standings",
  "version": "1.0.0",
  "title": "Tournament Standings",
  "category": "widgets",
  "icon": "list-view",
  "description": "Display tournament standings table from MeinTurnierplan.",
  "keywords": [
    "tournament",
    "standings",
    "table",
    "meinturnierplan"
  ],
  "attributes": {
    "group": {
      "type": "string",
      "default": ""
    },
    "showFinalStandings": {
      "type": "boolean",
      "default": true
    }
  },
  "supports": {
    "html": false,
    "align": [
      "wide",
      "full"
    ]
  },
  "editorScript": "file:./index.js",
  "render": "file:./render.php"
}