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

18 lines
576 B
JSON

{
"apiVersion": 3,
"name": "swi-foot/match-roster",
"title": "Swiss Football Match Roster",
"category": "swi-football",
"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" },
"showStartingSquad": { "type": "boolean", "default": true },
"showBench": { "type": "boolean", "default": false }
}
,
"usesContext": ["swi-foot/context"]
}