From 165960e394f7df202d8ec03e61bf202b83c26731 Mon Sep 17 00:00:00 2001 From: Anoop T Date: Wed, 11 Oct 2023 16:33:57 +0000 Subject: [PATCH] feat: added sample.json for InputCard-StatusMessage --- .../assets/sample.json | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 samples/InputCard-StatusMessage/assets/sample.json diff --git a/samples/InputCard-StatusMessage/assets/sample.json b/samples/InputCard-StatusMessage/assets/sample.json new file mode 100644 index 00000000..95653fa2 --- /dev/null +++ b/samples/InputCard-StatusMessage/assets/sample.json @@ -0,0 +1,52 @@ +[{ + "name": "pnp-sp-fx-aces-status-message", + "source": "pnp", + "title": "Status Message Adaptive Card Extension", + "shortDescription": "This sample shows how to build an ACE with a card view to let users to set their presence status message.", + "url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/InputCard-StatusMessage", + "longDescription": [ + "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", + "products": [ + "SharePoint", + "Viva" + ], + "metadata": [{ + "key": "CLIENT-SIDE-DEV", + "value": "React" + }, + { + "key": "SPFX-VERSION", + "value": "1.18.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" + }], + "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" + }, + { + "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" + } + ] + }] \ No newline at end of file