Data structures (Kanban data)
Define the following public structures in the producer module and expose them with the block:
The block’s main data input parameter should use type KanbanBoard rather than Text / JSON
Configuration structure
Instead of passing configuration as JSON, define a structure (for example KanbanConfig) with fields that mirror the configuration settings:
Bind the block’s configuration input parameter to this Config variable.
Handle events (optional)