wp-plugin-swiss-football-ma.../blocks/shortcode-inserter/block.json
Reindl David (IT-PTR-CEN2-SL10) fbd595aa36 initial state
2026-03-18 19:58:24 +01:00

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 }
}