8000 Merge pull request #314 from microsoft/tiens · guidotorresmx/botbuilder-python@4df0fd2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4df0fd2

Browse files
authored
Merge pull request microsoft#314 from microsoft/tiens
welcomecard isSubtle field value update from "yes" to "true"
2 parents 9d41ec4 + 42dee87 commit 4df0fd2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

samples/13.core-bot/cards/welcomeCard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"type": "TextBlock",
2222
"size": "default",
23-
"isSubtle": "yes",
23+
"isSubtle": "true",
2424
"text": "Now that you have successfully run your bot, follow the links in this Adaptive Card to expand your knowledge of Bot Framework.",
2525
"wrap": true,
2626
"maxLines": 0

samples/21.corebot-app-insights/bots/resources/welcomeCard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"type": "TextBlock",
2222
"size": "default",
23-
"isSubtle": "yes",
23+
"isSubtle": "true",
2424
"text": "Now that you have successfully run your bot, follow the links in this Adaptive Card to expand your knowledge of Bot Framework.",
2525
"wrap": true,
2626
"maxLines": 0

samples/experimental/101.corebot-bert-bidaf/bot/bots/resources/welcomeCard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"type": "TextBlock",
2222
"size": "default",
23-
"isSubtle": "yes",
23+
"isSubtle": "true",
2424
"text": "Now that you have successfully run your bot, follow the links in this Adaptive Card to expand your knowledge of Bot Framework.",
2525
"wrap": true,
2626
"maxLines": 0

samples/python_django/13.core-bot/bots/resources/welcomeCard.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"type": "TextBlock",
2222
"size": "default",
23-
"isSubtle": "yes",
23+
"isSubtle": "true",
2424
"text": "Now that you have successfully run your bot, follow the links in this Adaptive Card to expand your knowledge of Bot Framework.",
2525
"wrap": true,
2626
"maxLines": 0

0 commit comments

Comments
 (0)
0