Skip to content

Commit

Permalink
updated Readme and sample.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dcashpeterson committed Apr 16, 2024
1 parent b807a06 commit c62c1a2
Show file tree
Hide file tree
Showing 3 changed files with 76 additions and 26 deletions.
9 changes: 4 additions & 5 deletions samples/ImageCard-DynamicContentCard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Summary

Dynamic Content Card (aka DCC) is a SPFX ACE Card that displays dynamic content hosted on a Sharepoint list and filtered by the user's usageLocation property. Enabling you to display content based on the user's location and delegate the management of the content to the business users thanks to the Sharepoint list.
Dynamic Content Card (aka DCC) is a SPFx ACE Card that displays dynamic content hosted on a Sharepoint list and filtered by the user's usageLocation property. Enabling you to display content based on the user's location and delegate the management of the content to the business users thanks to the Sharepoint list.

![DCC](./assets/Image1.png)

Expand All @@ -14,7 +14,6 @@ Dynamic Content Card (aka DCC) is a SPFX ACE Card that displays dynamic content

![version](https://img.shields.io/badge/version-3.24.0-green.svg)


## Applies to

- [SharePoint Framework](https://aka.ms/spfx)
Expand All @@ -25,7 +24,8 @@ Dynamic Content Card (aka DCC) is a SPFX ACE Card that displays dynamic content
## Prerequisites

Graph permission to enable the solution to access the user profile.
- User.read is the minimum permission required and used by the solution.

- User.read is the minimum permission required and used by the solution.

## Solution

Expand Down Expand Up @@ -58,7 +58,7 @@ Dynamic Content Card (aka DCC) is a SPFX ACE Card that displays dynamic content

## Features

The ACE Card is a SPFX web part that displays dynamic content hosted on a Sharepoint list and filtered by the user's usageLocation property. Enabling you to display content based on the user's location and delegate the management of the content to the business users thanks to the Sharepoint list.
The ACE Card is a SPFx web part that displays dynamic content hosted on a Sharepoint list and filtered by the user's usageLocation property. Enabling you to display content based on the user's location and delegate the management of the content to the business users thanks to the Sharepoint list.

This extension illustrates the following concepts:

Expand All @@ -68,7 +68,6 @@ This extension illustrates the following concepts:
- The card is designed to display URLs. Those URLs can be opened in Teams or on the device Native Browser. This enables you to leverage Universal Links and Deep Links to open the content in the right Application. For example view a PowerBi report directly in its Native Application or Open directly and Instagram page in the Instagram Application.
- All Strings are stored in the loc folder enabling you to quickly adapt the text to your usecase and add extras languages.


## References

- [Getting started with SharePoint Framework](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/set-up-your-developer-tenant)
Expand Down
51 changes: 51 additions & 0 deletions samples/ImageCard-DynamicContentCard/assets/sample.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
[
{
"name": "pnp-sp-fx-aces-dynamiccontentcard",
"source": "pnp",
"title": "Dynamic Content Card",
"shortDescription": "Dynamic Content Card (aka DCC) is a SPFx ACE Card that displays dynamic content hosted on a Sharepoint list and filtered by the user's usageLocation property.",
"url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/ImageCard-DynamicContentCard",
"longDescription": [
"Dynamic Content Card (aka DCC) is a SPFx ACE Card that displays dynamic content hosted on a Sharepoint list and filtered by the user's usageLocation property. Enabling you to display content based on the user's location and delegate the management of the content to the business users thanks to the Sharepoint list."
],
"creationDateTime": "2024-03-20",
"updateDateTime": "2024-03-20",
"products": [
"SharePoint",
"Viva"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.18.2"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/ImageCard-DynamicContentCard/assets/Image1.png",
"alt": "Preview"
}
],
"authors": [
{
"gitHubAccount": "ericsche",
"company": "Microsoft",
"pictureUrl": "https://github.com/ericsche.png",
"name": "Eric Scherlinger"
}
],
"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"
}
]
}
]
42 changes: 21 additions & 21 deletions samples/ImageCard-DynamicContentCard/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c62c1a2

Please sign in to comment.