@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
33 lines (32 loc) • 576 B
JSON
{
"type": "AdaptiveCard",
"body": [
{
"type": "Container",
"items": [
{
"type": "TextBlock",
"text": "1"
}
]
},
{
"type": "Container",
"items": [
{
"type": "TextBlock",
"text": "before"
},
{
"$tymlyRef": "function:tymlyTest_helloWorldTextBlock"
},
{
"type": "TextBlock",
"text": "after"
}
]
}
],
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.0"
}