37 lines
745 B
JSON
37 lines
745 B
JSON
{
|
|
"apiVersion": 3,
|
|
"name": "swi-foot/shortcode-inserter",
|
|
"title": "SWI Football Shortcode Inserter",
|
|
"category": "widgets",
|
|
"icon": "editor-code",
|
|
"description": "Insert shortcode-based match or team displays.",
|
|
"attributes": {
|
|
"shortcodeType": {
|
|
"type": "string",
|
|
"default": "match"
|
|
},
|
|
"matchId": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"teamId": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"showNext": {
|
|
"type": "boolean",
|
|
"default": false
|
|
},
|
|
"format": {
|
|
"type": "string",
|
|
"default": ""
|
|
},
|
|
"separator": {
|
|
"type": "string",
|
|
"default": ":"
|
|
}
|
|
},
|
|
"usesContext": ["swi-foot/context"]
|
|
,"supports": { "html": false }
|
|
}
|