Skip to content

Commit

Permalink
Merge pull request #1797 from elementary-data/ele-3960-adaptive-cards
Browse files Browse the repository at this point in the history
Add optional primary flag to FactBlock
  • Loading branch information
MikaKerman authored Feb 4, 2025
2 parents 4914af4 + d7dcf4f commit e01645b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elementary/messages/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ class FactBlock(BaseBlock):
type: Literal["fact"] = "fact"
title: LineBlock
value: LineBlock
primary: bool = False


class FactListBlock(BaseBlock):
Expand Down

0 comments on commit e01645b

Please sign in to comment.