Skip to content

Commit

Permalink
Sample data update (#66)
Browse files Browse the repository at this point in the history
Automated check and update of SPFx extensions and webparts samples data
and aces sample data.

Co-authored-by: Adam-it <[email protected]>
  • Loading branch information
github-actions[bot] and Adam-it committed Jul 2, 2023
1 parent 8c03115 commit 94954d9
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions data/sp-dev-fx-aces-samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,63 @@
"createDate": "2022-03-24",
"updateDate": "2022-03-24"
},
{
"name": "pnp-sp-fx-aces-people-search-input-card",
"title": "People Search Text Box Card ",
"url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/InputCard-PeopleSearch",
"description": "People Search card sample to showcase complex Viva Connections card extensibility.",
"image": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/InputCard-PeopleSearch/assets/qv-person.png",
"authors": [
{
"name": "Alex Terentiev",
"pictureUrl": "https://avatars.githubusercontent.com/u/17036219?v=4"
}
],
"tags": [
"SharePoint",
"Viva"
],
"createDate": "2023-06-28",
"updateDate": "2023-06-28"
},
{
"name": "pnp-sp-fx-aces-start-survey-input-card",
"title": "Text box Survey Card",
"url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/InputCard-Prompt-Survey",
"description": "Input Text Box ACE with start a survey scenario.",
"image": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/InputCard-Prompt-Survey/assets/ace-survey.png",
"authors": [
{
"name": "Alex Terentiev",
"pictureUrl": "https://avatars.githubusercontent.com/u/17036219?v=4"
}
],
"tags": [
"SharePoint",
"Viva"
],
"createDate": "2023-06-28",
"updateDate": "2023-06-28"
},
{
"name": "pnp-sp-fx-aces-start-chat-input-card",
"title": "Start a Chat card",
"url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/InputCard-Start-Chat",
"description": "Input Text Box ACE with a start a chat with a person scenario.",
"image": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/InputCard-Start-Chat/assets/ace-default.png",
"authors": [
{
"name": "Alex Terentiev",
"pictureUrl": "https://avatars.githubusercontent.com/u/17036219?v=4"
}
],
"tags": [
"SharePoint",
"Viva"
],
"createDate": "2023-06-28",
"updateDate": "2023-06-28"
},
{
"name": "pnp-sp-fx-aces-ChatGPTDailyInsights",
"title": "ChatGPT Daily Insights Adaptive Card Extension",
Expand Down

0 comments on commit 94954d9

Please sign in to comment.