wp-plugin-swiss-football-ma.../blocks/schedule/block.json
2026-03-27 13:59:28 +01:00

26 lines
510 B
JSON

{
"apiVersion": 3,
"name": "swi-foot/schedule",
"title": "Swiss Football Schedule",
"category": "swi-football",
"icon": "calendar",
"description": "Display upcoming matches for a team.",
"attributes": {
"teamId": {
"type": "string",
"default": ""
},
"limit": {
"type": "number",
"default": 5
},
"matchFilter": {
"type": "string",
"default": "all",
"enum": ["all", "home", "away"]
}
}
,
"usesContext": ["swi-foot/context"]
}