Skip to content

Commit

Permalink
Fix wrong tag
Browse files Browse the repository at this point in the history
  • Loading branch information
wobba committed Mar 5, 2024
1 parent 386c45b commit 6148272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/extensibility/templating.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Web components and HTML are supported in adaptive cards through markdown process
{
"type": "TextBlock",
"wrap": true,
"text": "<aequos-iconfile class='icon' data-extension='${string(jPath($data, concat('.',$root.slots['FileType']))[0])}'></aequos-iconfile>"
"text": "<pnp-iconfile class='icon' data-extension='${string(jPath($data, concat('.',$root.slots['FileType']))[0])}'></pnp-iconfile>"
}
],
"width": "auto"
Expand Down

0 comments on commit 6148272

Please sign in to comment.