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

18 lines
463 B
JSON

{
"apiVersion": 3,
"name": "swi-foot/context",
"title": "Swiss Football Context (container)",
"category": "swi-football",
"icon": "admin-site",
"description": "Provides a team/season/match context to child blocks. Children will inherit these settings unless they override them.",
"providesContext": {
"swi-foot/context": "swi_foot_context"
},
"attributes": {
"swi_foot_context": {
"type": "object",
"default": {}
}
}
}