@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
37 lines (36 loc) • 849 B
JSON
{
"templateMeta": {
"name": "countdown",
"title": "The Time",
"category": "dataManagement"
},
"type": "AdaptiveCard",
"body": [
{
"type": "Jumbotron",
"title": "THE TIME"
},
{
"type": "TextBlock",
"text": "You wanted to know the time at {{formatDate(data.startTimestamp, 'HH:mm')}}."
},
{
"type": "TextBlock",
"spacing": "large",
"size": "medium",
"text": "The time is now {{formatDate(data.timestamp, 'HH:mm')}}."
}
],
"actions": [
{
"type": "Action.Stop",
"title": "Close"
}
],
"meta": {
"generatedOn": "4/10/2019, 14:07:31 PM",
"generatedWith": "@wmfs/tymly-scaffold 0.0.0-semantically-released"
},
"$schema": "https://raw.githubusercontent.com/wmfs/cardscript-schema/master/lib/schema.json",
"version": "1.0"
}