13 lines
336 B
JSON
13 lines
336 B
JSON
{
|
|
"apiVersion": 3,
|
|
"name": "swi-foot/match-bench",
|
|
"title": "Swiss Football Match Bench",
|
|
"category": "swi-football",
|
|
"icon": "clipboard-user",
|
|
"description": "Display team staff and substitutes for a match",
|
|
"attributes": {
|
|
"side": { "type": "string", "default": "home" }
|
|
},
|
|
"usesContext": ["swi-foot/context"]
|
|
}
|