Skip to content

Commit

Permalink
Added Sample.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dcashpeterson committed Sep 29, 2023
1 parent 34566d8 commit 4607955
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 5 deletions.
10 changes: 5 additions & 5 deletions samples/BasicCard-SharePoint-CRUD/config/package-solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
"includeClientSideAssets": true,
"isDomainIsolated": false,
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.13.1"
"name": "Sympraxis Consulting",
"websiteUrl": "https://sympraxisconsulting.com",
"privacyUrl": "https://symp.info/acegalleryprivacy",
"termsOfUseUrl": "https://symp.info/acegalleryterms",
"mpnId": "2459569"
},
"metadata": {
"shortDescription": {
Expand Down
52 changes: 52 additions & 0 deletions samples/ImageCard-PromotePages/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
[
{
"name": "pnp-sp-fx-aces-promote-pages",
"source": "pnp",
"title": "Promote Pages ACE",
"shortDescription": "This Adaptive Card Extension shows the most recent pages on selected SharePoint sites and allows you to promote a page as a news post.",
"url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/ImageCard-PromotePages",
"longDescription": [
"This Adaptive Card Extension shows the most recent pages on selected SharePoint sites and allows you to promote a page as a news post."
],
"creationDateTime": "2023-08-22",
"updateDateTime": "2023-08-22",
"products": [
"SharePoint",
"Viva"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.17.4"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/ImageCard-PropotePage/assets/card-preview.png",
"alt": "Preview"
}
],
"authors": [
{
"gitHubAccount": "a1mery",
"company": "",
"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"
}
]
}
]

0 comments on commit 4607955

Please sign in to comment.