Skip to content

Commit

Permalink
Update ImageCard-HTML-React-FAQs sample.json
Browse files Browse the repository at this point in the history
  • Loading branch information
anoopt authored Sep 16, 2024
1 parent e8d8711 commit b49398f
Showing 1 changed file with 24 additions and 10 deletions.
34 changes: 24 additions & 10 deletions samples/ImageCard-HTML-React-FAQs/assets/sample.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[{
"name": "pnp-sp-fx-aces-imagecard-html-react-faqs",
"source": "pnp",
"title": "Frequently Asked Questions",
"shortDescription": "Displays a list of frequently asked questions.",
"title": "Frequently Asked Questions - Adaptive Card Extension",
"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 a list of FAQs. The FAQs are stored in the properties of ACE and are displayed as an accordion in the QuickView.",
"url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/ImageCard-HTML-React-FAQs",
"longDescription": [
"This sample demonstrates how to create an Adaptive Card Extension that displays a list of frequently asked questions. The sample uses React to render the FAQs in the QuickView."
"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 a list of FAQs. The FAQs are stored in the properties of ACE and are displayed as an accordion in the QuickView."
],
"creationDateTime": "2024-09-13",
"updateDateTime": "2024-09-13",
Expand All @@ -22,12 +22,26 @@
"value": "1.20.0-rc1"
}
],
"thumbnails": [{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/ImageCard-HTML-React-FAQs/assets/demo.gif",
"alt": "Preview"
}],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/ImageCard-HTML-React-FAQs/assets/demo.gif",
"alt": "Preview"
},
{
"type": "image",
"order": 200,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/ImageCard-HTML-React-FAQs/assets/medium.png",
"alt": "Preview"
},
{
"type": "image",
"order": 300,
"url": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/ImageCard-HTML-React-FAQs/assets/large.png",
"alt": "Preview"
}
],
"authors": [{
"gitHubAccount": "anoopt",
"pictureUrl": "https://github.com/anoopt.png",
Expand All @@ -48,4 +62,4 @@
"url": "https://docs.microsoft.com/en-us/sharepoint/dev/spfx/viva/design/design-intro"
}
]
}]
}]

0 comments on commit b49398f

Please sign in to comment.