# views.yaml (example one stack)
my_view:
addons:
custom:
- title: Title of this stack
cards:
- type: markdown
content: "This new addon is amazing!"
# views.yaml (example nested stacks)
my_view:
addons:
custom:
- title: Title of this stack
cards:
- type: horizontal-stack
cards:
- type: markdown
content: "This the left card"
- type: markdown
content: "This the right card"