Skip to content

Commit e01645b

Browse files
authored
Merge pull request #1797 from elementary-data/ele-3960-adaptive-cards
Add optional primary flag to FactBlock
2 parents 4914af4 + d7dcf4f commit e01645b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

elementary/messages/blocks.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ class FactBlock(BaseBlock):
8686
type: Literal["fact"] = "fact"
8787
title: LineBlock
8888
value: LineBlock
89+
primary: bool = False
8990

9091

9192
class FactListBlock(BaseBlock):

0 commit comments

Comments
 (0)