wp-plugin-swiss-football-ma.../blocks/match-events/block.json
2026-03-27 13:59:28 +01:00

17 lines
514 B
JSON

{
"apiVersion": 3,
"name": "swi-foot/match-events",
"title": "Swiss Football Match Events",
"category": "swi-football",
"icon": "info",
"description": "Live match events with optional auto-refresh.",
"attributes": {
"selectedTeam": { "type": "string", "default": "" },
"selectedMatch": { "type": "string", "default": "" },
"refreshInterval": { "type": "number", "default": 30 },
"eventOrder": { "type": "string", "default": "dynamic" }
}
,
"usesContext": ["swi-foot/context"]
}