github.com/erda-project/erda-infra@v1.0.9/providers/component-protocol/examples/scenarios/kanban-demo.yml (about) 1 scenario: kanban-demo 2 3 hierarchy: 4 root: page 5 structure: 6 page: 7 - kanban 8 - xxx@instance1 9 - xxx@instance2 10 - sssss@instance1 11 12 components: 13 page: 14 type: Container 15 kanban: 16 type: Kanban 17 xxx@instance1: 18 type: Kanban 19 xxx@instance2: 20 type: Kanban 21 sssss@instance1: 22 type: Kanban