21 lines
391 B
JSON
21 lines
391 B
JSON
{
|
|
"apiVersion": 3,
|
|
"name": "swi-foot/schedule",
|
|
"title": "Swiss Football Schedule",
|
|
"category": "widgets",
|
|
"icon": "schedule",
|
|
"description": "Display upcoming matches for a team.",
|
|
"attributes": {
|
|
"teamId": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"limit": {
|
|
"type": "number",
|
|
"default": 5
|
|
}
|
|
}
|
|
,
|
|
"usesContext": ["swi-foot/context"]
|
|
}
|