17 lines
506 B
JSON
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"]
|
|
}
|