-
Notifications
You must be signed in to change notification settings - Fork 559
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'release/23.01' of github.com:Microsoft/AdaptiveCards in…
…to release/23.01
- Loading branch information
Showing
28 changed files
with
528 additions
and
77 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...es/v1.0/Elements/Column.SelectAction.json → ...es/v1.1/Elements/Column.SelectAction.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...v1.0/Elements/ColumnSet.SelectAction.json → ...v1.1/Elements/ColumnSet.SelectAction.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"type": "AdaptiveCard", | ||
"version": "1.0", | ||
"version": "1.1", | ||
"body": [ | ||
{ | ||
"type": "TextBlock", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"$schema": "http://adaptivecards.io/schemas/adaptive-card.json", | ||
"type": "AdaptiveCard", | ||
"version": "1.1", | ||
"body": [ | ||
{ | ||
"type": "Container", | ||
"items": [ | ||
{ | ||
"type": "TextBlock", | ||
"text": "Cool link" | ||
} | ||
], | ||
"selectAction": { | ||
"type": "Action.OpenUrl", | ||
"tooltip": "Go to a url", | ||
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ" | ||
} | ||
}, | ||
{ | ||
"type": "Container", | ||
"style": "emphasis", | ||
"items": [ | ||
{ | ||
"type": "TextBlock", | ||
"text": "Emphasis link" | ||
} | ||
], | ||
"selectAction": { | ||
"type": "Action.OpenUrl", | ||
"tooltip": "Go to a different url", | ||
"url": "https://msn.com" | ||
} | ||
}, | ||
{ | ||
"type": "Container", | ||
"items": [ | ||
{ | ||
"type": "TextBlock", | ||
"text": "Submit action" | ||
} | ||
], | ||
"selectAction": { | ||
"type": "Action.Submit", | ||
"tooltip": "Submit action", | ||
"data": { | ||
"info": "My submit action data" | ||
} | ||
} | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 46 additions & 0 deletions
46
source/nodejs/adaptivecards-site/pages/_posts/2022/Community-Call-April.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
--- | ||
title: 📣 Community Call - April, 2022 | ||
subtitle: Overview on Universal Actions + Messaging Extensions | ||
date: 2022-04-14 | ||
featured_image: https://pnp.github.io/blog/adaptive-cards-community-call/adaptive-cards-community-call-april-2022/images/recording-adaptive-cards-april-call_hua50012fa682050558ff5eb743a07f983_295297_700x0_resize_q100_h2_box_3.webp | ||
github_username: JeanRoca | ||
twitter: jpthepm | ||
--- | ||
|
||
The following topics are covered in this month’s community call. Overview on Universal Actions + Messaging Extensions (elevating user experiences with Universal Actions and Messaging Extensions on Teams and Outlook – walkthrough capabilities and value propositions) - Karan Thapar (Microsoft), Accessibility Updates (Accessibility work and SDK v1.6 release) – [J.P. Roca](http://twitter.com/jpthepm) (Microsoft), and 15 minutes live Q&A primarily focused on Universal Actions + Messaging Extensions. This call was hosted by [J.P. Roca](http://twitter.com/jpthepm) (Microsoft) \| @jpthepm. Recorded on April 14, 2022. | ||
|
||
### Watch the call here | ||
|
||
<iframe width="680" height="383" src="https://www.youtube.com/embed/6Z8U4bSicgk" title="Community Call April 2022 video" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | ||
|
||
### Agenda: | ||
- Universal Actions + Messaging Extensions - Karan Thapar (Microsoft) – [00:37](https://youtu.be/6Z8U4bSicgk?t=37) | ||
- Accessibility Updates - [J.P. Roca](http://twitter.com/jpthepm) (Microsoft) \| @jpthepm – [21:02](https://youtu.be/6Z8U4bSicgk?t=1262) | ||
- Q&A - J.P. Roca (Microsoft) \| @jpthepm & [Karan Thapar](https://www.linkedin.com/in/karanthapar91/) (Microsoft) –[22:04](https://youtu.be/6Z8U4bSicgk?t=1324) | ||
|
||
### Demo: | ||
**Elevate user experiences with Universal Actions and Messaging Extensions on Teams and Outlook** – Adaptive Cards enable you to take quick actions right from within Teams and Outlook. Hear the latest on Universal Actions, vacation approval scenarios with value propositions, contextual or role-based views on Teams, sequential workflows on Teams, messaging extensions, search (read-only) messaging extensions, action messaging extensions, link unfurling, success stories, and value, how to onboard and build resources and Q&A at the end. | ||
|
||
### Referenced in this call: | ||
* Documentation – [Universal Actions for Adaptive Cards](https://docs.microsoft.com/microsoftteams/platform/task-modules-and-cards/cards/universal-actions-for-adaptive-cards/overview?tabs=mobile) | ||
* Documentation – [Messaging extensions](https://docs.microsoft.com/microsoftteams/platform/messaging-extensions/what-are-messaging-extensions) | ||
* Documentation – [Link unfurling](https://docs.microsoft.com/microsoftteams/platform/messaging-extensions/how-to/link-unfurling) | ||
* Tool - [Microsoft Bot Framework](https://dev.botframework.com/) \| <https://dev.botframework.com/> | ||
* Demo – [Adaptive Cards Video Player Bot on Teams](https://youtu.be/-Y7_nNwC20w?t=28) - [Alexis Kinzelin](https://www.linkedin.com/in/alexis-kinzelin-214b6b20/) (Microsoft) | ||
* Tool - [Microsoft Graph Toolkit](https://docs.microsoft.com/graph/toolkit/overview) | ||
|
||
### Resources in General: | ||
- Let us know the features you need https://aka.ms/ACRoadmap | ||
- Schema Explorer - https://adaptivecards.io/explorer/Action.Execute.html | ||
- Designer - https://adaptivecards.io/designer/ | ||
- Get started with Templating - https://aka.ms/ACTemplating | ||
- Browse the Adaptive Cards Code - https://aka.ms/ACRepo | ||
- Find tools, sample cards, and more - https://www.madewithcards.io | ||
- Contribution Guidelines – https://aka.ms/ACRepo | ||
|
||
### Adaptive Cards feedback channels | ||
|
||
- [Issues and feature requests](https://github.com/Microsoft/AdaptiveCards/issues) | ||
- [Technical questions](https://stackoverflow.com/questions/tagged/adaptive-cards) | ||
|
||
The Adaptive Cards developer community call is on the 2nd Thursday of each month. We will provide you with the opportunity to learn about Adaptive Cards in general, how they could be a great tool in your applications and contribute to the evolution of the format and SDKs. Each month, we'll discuss new features we are bringing to the platform, our roadmap, and listen to your feedback and suggestions. |
Oops, something went wrong.