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

17 lines
506 B
JSON

{
"apiVersion": 3,
"name": "swi-foot/match-roster",
"title": "Swiss Football Match Roster",
"category": "widgets",
"icon": "groups",
"description": "Display match roster for a selected match and side.",
"attributes": {
"selectedTeam": { "type": "string", "default": "" },
"selectedMatch": { "type": "string", "default": "" },
"side": { "type": "string", "default": "home" },
"withBench": { "type": "boolean", "default": false }
}
,
"usesContext": ["swi-foot/context"]
}