wp-plugin-swiss-football-ma.../blocks/match-events/block.json
Reindl David (IT-PTR-CEN2-SL10) fbd595aa36 initial state
2026-03-18 19:58:24 +01:00

17 lines
514 B
JSON

{
"apiVersion": 3,
"name": "swi-foot/match-events",
"title": "Swiss Football Match Events",
"category": "widgets",
"icon": "list-view",
"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"]
}