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

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