From 22bcbee29d85d1111c503ecc48d9212971dd8479 Mon Sep 17 00:00:00 2001 From: DeeJayTC Date: Thu, 23 May 2019 20:07:14 +0200 Subject: [PATCH 1/2] Add reference to sample host configs --- source/nodejs/adaptivecards/example.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/nodejs/adaptivecards/example.html b/source/nodejs/adaptivecards/example.html index c78acbe76c..e7190d24b9 100644 --- a/source/nodejs/adaptivecards/example.html +++ b/source/nodejs/adaptivecards/example.html @@ -22,7 +22,7 @@ // see http://adaptivecards.io/samples/ for inspiration var card = { "type": "AdaptiveCard", - "version": "1.0", + "version": "1.9", "body": [{ "type": "Image", "url": "http://adaptivecards.io/content/adaptive-card-50.png" @@ -53,6 +53,7 @@ adaptiveCard.hostConfig = new AdaptiveCards.HostConfig({ fontFamily: "Segoe UI, Helvetica Neue, sans-serif" // More host config options + // You can find example configs here: https://github.com/microsoft/AdaptiveCards/tree/master/samples/HostConfig }); // Set the adaptive card's event handlers. onExecuteAction is invoked From cf78f04abe315cfd7c3a6f2ba5c8e5fc75a0f353 Mon Sep 17 00:00:00 2001 From: DeeJayTC Date: Thu, 23 May 2019 20:29:43 +0200 Subject: [PATCH 2/2] fix typo --- source/nodejs/adaptivecards/example.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/nodejs/adaptivecards/example.html b/source/nodejs/adaptivecards/example.html index e7190d24b9..4ada6bebd1 100644 --- a/source/nodejs/adaptivecards/example.html +++ b/source/nodejs/adaptivecards/example.html @@ -22,7 +22,7 @@ // see http://adaptivecards.io/samples/ for inspiration var card = { "type": "AdaptiveCard", - "version": "1.9", + "version": "1.0", "body": [{ "type": "Image", "url": "http://adaptivecards.io/content/adaptive-card-50.png"