Skip to content

Commit

Permalink
Update to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dcashpeterson committed Feb 3, 2025
1 parent cfc0c36 commit 536e104
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 21 deletions.
3 changes: 1 addition & 2 deletions samples/InputCard-StatusMessage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Demo:

![Demo](./assets/StatusMessageGif.gif)


## Used SharePoint Framework Version

![version](https://img.shields.io/badge/version-1.20.0-green.svg)
Expand Down Expand Up @@ -72,7 +71,7 @@ Demo:

## Features

This sample demonstrates how to use new SPFx v1.18 ACE feature to add text input in the card and use it to set presence status message.
This sample demonstrates how to use new SPFx v1.20 ACE feature to add text input in the card and use it to set presence status message.

## References

Expand Down
47 changes: 28 additions & 19 deletions samples/InputCard-StatusMessage/assets/sample.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[{
[
{
"name": "pnp-sp-fx-aces-status-message",
"source": "pnp",
"title": "Status Message Adaptive Card Extension",
Expand All @@ -8,33 +9,39 @@
"This sample shows how to build an ACE with a card view to let users to set their presence status message."
],
"creationDateTime": "2023-10-10",
"updateDateTime": "2023-10-10",
"updateDateTime": "2024-12-20",
"products": [
"SharePoint",
"Viva"
],
"metadata": [{
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.18.0"
"value": "1.20.0"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/InputCard-StatusMessage/assets/StatusMessageGif.gif",
"alt": "Preview"
}
],
"authors": [
{
"gitHubAccount": "a1mery",
"pictureUrl": "https://github.com/a1mery.png",
"name": "Aimery Thomas",
"twitter": "aimery_thomas"
}
],
"thumbnails": [{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/InputCard-StatusMessage/assets/StatusMessageGif.gif",
"alt": "Preview"
}],
"authors": [{
"gitHubAccount": "a1mery",
"pictureUrl": "https://github.com/a1mery.png",
"name": "Aimery Thomas",
"twitter": "aimery_thomas"
}],
"references": [{
"references": [
{
"name": "Viva Connections Extensibility guidance",
"description": "Adaptive Card Extensions are client-side components that run in the context of a SharePoint page.",
"url": "https://aka.ms/viva/connections/extensibility"
Expand All @@ -43,10 +50,12 @@
"name": "Adaptive Card Documentation",
"description": "Detailed documentation on Adaptive Cards including the Adaptive Card designer.",
"url": "https://adaptivecards.io/"
}, {
},
{
"name": "Adaptive Card Extension Design Guidance",
"description": "Design guidance for laying out Adaptive Card Extensions.",
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/viva/design/design-intro"
}
]
}]
}
]

0 comments on commit 536e104

Please sign in to comment.