init: Initial commit
This commit is contained in:
@@ -14,12 +14,31 @@
|
||||
"wrap": true,
|
||||
"style": "heading",
|
||||
"size": "ExtraLarge",
|
||||
"text": "{card_title}"
|
||||
"text": "{card_icon} {card_title}"
|
||||
},
|
||||
{
|
||||
"type": "TextBlock",
|
||||
"text": "{card_content}",
|
||||
"wrap": true
|
||||
},
|
||||
{
|
||||
"type": "FactSet",
|
||||
"facts": [
|
||||
{
|
||||
"title": "Channel",
|
||||
"value": "{card_channel_id}"
|
||||
},
|
||||
{
|
||||
"title": "Teams",
|
||||
"value": "{card_teams_id}"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "TextBlock",
|
||||
"text": "{card_debug}",
|
||||
"wrap": true,
|
||||
"fontType": "Monospace"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user