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

21 lines
391 B
JSON

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