19 lines
648 B
JSON
19 lines
648 B
JSON
{
|
|
"apiVersion": 3,
|
|
"name": "swi-foot/team-data",
|
|
"title": "Swiss Football Team Data",
|
|
"category": "widgets",
|
|
"icon": "universal-access-alt",
|
|
"description": "Guided team selector to insert shortcodes for various match/team displays.",
|
|
"attributes": {
|
|
"selectedTeam": { "type": "string", "default": "" },
|
|
"dataType": { "type": "string", "default": "" },
|
|
"selectedMatch": { "type": "string", "default": "" },
|
|
"shortcodeType": { "type": "string", "default": "match" },
|
|
"format": { "type": "string", "default": "" },
|
|
"separator": { "type": "string", "default": ":" }
|
|
}
|
|
,
|
|
"usesContext": ["swi-foot/context"]
|
|
}
|