Skip to content

Commit

Permalink
Commit from GitHub Actions (Merge sample metadata)
Browse files Browse the repository at this point in the history
  • Loading branch information
VesaJuvonen committed Aug 20, 2024
1 parent 863fdf9 commit 206e2a0
Showing 1 changed file with 131 additions and 0 deletions.
131 changes: 131 additions & 0 deletions samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,67 @@
}
]
},
{
"name": "pnp-sp-fx-aces-basiccard-html-quickview",
"source": "pnp",
"title": "HTML QuickView basic demo",
"shortDescription": "This is a baseline solution to demonstrate the HTML powered Quick Views for Adaptive Card Extensions which can be used in Microsoft Viva Connections and in SharePoint.",
"url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/BasicCard-HTML-QuickView",
"longDescription": [
"This is a baseline solution to demonstrate the HTML powered Quick Views for Adaptive Card Extensions which can be used in Microsoft Viva Connections and in SharePoint.",
"To be able to use SCSS definitions with your solutions, @microsoft/sp-office-ui-fabric-core package has been included in the solution."
],
"creationDateTime": "2024-08-20",
"updateDateTime": "2024-08-20",
"products": [
"SharePoint",
"Viva"
],
"metadata": [
{
"key": "SPFX-VERSION",
"value": "1.20"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/BasicCard-HTML-QuickView/assets/preview.png",
"alt": "Desktop Preview"
},
{
"type": "image",
"order": 200,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/BasicCard-HTML-QuickView/assets/mobile-preview.png",
"alt": "Mobile Preview"
}
],
"authors": [
{
"gitHubAccount": "VesaJuvonen",
"pictureUrl": "https://github.com/vesajuvonen.png",
"name": "Vesa Juvonen"
}
],
"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"
}
]
},
{
"name": "pnp-sp-fx-aces-basiccard-helpdesk",
"source": "pnp",
Expand Down Expand Up @@ -789,6 +850,76 @@
}
]
},
{
"name": "pnp-sp-fx-aces-basiccard-helpdesk",
"source": "pnp",
"title": "Basic Card Help Desk",
"shortDescription": "This solution uses a help desk scenaio to demonstrate how to use the geolocation features and image upload functionality in Adaptive Card Extensions.",
"url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/BasicCard-HelpDesk",
"longDescription": [
"This solution uses a help desk scenaio to demonstrate how to use the geolocation features and image upload functionality in Adaptive Card Extensions. The sample creates a list to hold the help desk tickets and stores the images in the site assets library. It also leverages BingMaps api to get the street address."
],
"creationDateTime": "2024-01-25",
"updateDateTime": "2024-01-25",
"products": [
"SharePoint",
"Viva"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.18"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/BasicCard-HelpDesk/assets/demo1.png",
"alt": "Preview"
},
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/BasicCard-HelpDesk/assets/demo2.png",
"alt": "Preview"
},
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/BasicCard-HelpDesk/assets/demo3.png",
"alt": "Preview"
}
],
"authors": [
{
"gitHubAccount": "dcashpeterson",
"pictureUrl": "https://github.com/dcashpeterson.png",
"name": "Derek Cash-Peterson"
}
],
"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"
}
]
},
{
"name": "pnp-sp-fx-aces-page-creation",
"source": "pnp",
Expand Down

0 comments on commit 206e2a0

Please sign in to comment.