Skip to content

Commit

Permalink
fix: Revert changes to adaptive card templates to support PVA (#7808)
Browse files Browse the repository at this point in the history
* fix: Revert changes to adaptive card templates to support PVA

* requested changes
  • Loading branch information
tdurnford committed May 13, 2021
1 parent 8406071 commit 48d2167
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Composer/packages/lib/code-editor/src/lg/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export type LgCardTemplateType = typeof lgCardAttachmentTemplates[number];
export const cardTemplates: Record<LgCardTemplateType, string> = {
adaptive: `> To learn more Adaptive Cards format, read the documentation at
> https://docs.microsoft.com/en-us/adaptive-cards/getting-started/bots
- \${{
- \`\`\`{
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json",
"version": "1.2",
"type": "AdaptiveCard",
Expand All @@ -34,7 +34,7 @@ export const cardTemplates: Record<LgCardTemplateType, string> = {
"isSubtle": false
}
]
}}`,
}\`\`\``,
hero: `[HeroCard
title =
subtitle =
Expand Down

0 comments on commit 48d2167

Please sign in to comment.