Skip to content

Commit 9683bfa

Browse files
committed
feat: added sample.json
1 parent 8706e1f commit 9683bfa

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,65 @@
1+
[{
2+
"name": "pnp-sp-fx-aces-imagecard-html-officelocator",
3+
"source": "pnp",
4+
"title": "Office Locator - Adaptive Card Extension",
5+
"shortDescription": "This Adaptive Card Extension (ACE) sample shows how to use HTML and React in an ACEs which was introduced in SPFx 1.20.0. This ACE allows you to display office locations in a map using Azure Maps. The office locations can be configured in the ACE property pane.",
6+
"url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/ImageCard-HTML-OfficeLocator",
7+
"longDescription": [
8+
"This Adaptive Card extension (ACE) sample shows how to use HTML and React in an ACEs which was introduced in SPFx 1.20.0. This ACE allows you to display office locations in a map using Azure Maps. The office locations can be configured in the ACE property pane."
9+
],
10+
"creationDateTime": "2024-10-10",
11+
"updateDateTime": "2024-10-10",
12+
"products": [
13+
"SharePoint",
14+
"Viva"
15+
],
16+
"metadata": [{
17+
"key": "CLIENT-SIDE-DEV",
18+
"value": "React"
19+
},
20+
{
21+
"key": "SPFX-VERSION",
22+
"value": "1.20.0"
23+
}
24+
],
25+
"thumbnails": [
26+
{
27+
"type": "image",
28+
"order": 100,
29+
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/ImageCard-HTML-OfficeLocator/assets/demo.mp4",
30+
"alt": "Preview"
31+
},
32+
{
33+
"type": "image",
34+
"order": 200,
35+
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/ImageCard-HTML-OfficeLocator/assets/demo-1.png",
36+
"alt": "Preview"
37+
},
38+
{
39+
"type": "image",
40+
"order": 300,
41+
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/ImageCard-HTML-OfficeLocator/assets/demo-2.png",
42+
"alt": "Preview"
43+
}
44+
],
45+
"authors": [{
46+
"gitHubAccount": "ejazhussain",
47+
"pictureUrl": "https://github.com/ejazhussain.png",
48+
"name": "Ejaz Hussain"
49+
}],
50+
"references": [{
51+
"name": "Viva Connections Extensibility guidance",
52+
"description": "Adaptive Card Extensions are client-side components that run in the context of a SharePoint page.",
53+
"url": "https://aka.ms/viva/connections/extensibility"
54+
},
55+
{
56+
"name": "Adaptive Card Documentation",
57+
"description": "Detailed documentation on Adaptive Cards including the Adaptive Card designer.",
58+
"url": "https://adaptivecards.io/"
59+
}, {
60+
"name": "Adaptive Card Extension Design Guidance",
61+
"description": "Design guidance for laying out Adaptive Card Extensions.",
62+
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/viva/design/design-intro"
63+
}
64+
]
65+
}]

0 commit comments

Comments
 (0)