Skip to content

Commit

Permalink
Sample data update (#105)
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 <Adam-it@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Adam-it authored Oct 2, 2023
1 parent b29fb69 commit 02602f7
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
19 changes: 19 additions & 0 deletions data/sp-dev-fx-aces-samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,25 @@
"createDate": "2022-04-11",
"updateDate": "2022-04-11"
},
{
"name": "pnp-sp-fx-aces-promote-pages",
"title": "Promote Pages ACE",
"url": "https://github.com/pnp/sp-dev-fx-aces/tree/main/samples/ImageCard-PromotePages",
"description": "This Adaptive Card Extension shows the most recent pages on selected SharePoint sites and allows you to promote a page as a news post.",
"image": "https://raw.githubusercontent.com/pnp/sp-dev-fx-aces/main/samples/ImageCard-PropotePage/assets/card-preview.png",
"authors": [
{
"name": "Aimery Thomas",
"pictureUrl": "https://github.com/a1mery.png"
}
],
"tags": [
"SharePoint",
"Viva"
],
"createDate": "2023-08-22",
"updateDate": "2023-08-22"
},
{
"name": "pnp-sp-fx-aces-publicHolidays",
"title": "Public Holiday Listing",
Expand Down
4 changes: 2 additions & 2 deletions data/sp-dev-fx-extensions-samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -1583,7 +1583,7 @@
"title": "React-Manage-List-Subscriptions",
"url": "https://github.com/pnp/sp-dev-fx-extensions/tree/main/samples/react-command-manage-list-subscriptions",
"description": "Demonstrates managing the list subscriptions (sharepoint webhooks) and action to renew the webhook expiration date using Rest calls.",
"image": "https://github.com/pnp/sp-dev-fx-extensions/tree/main/samples/react-command-manage-list-subscriptions/assets/ManageSubscription.png",
"image": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-command-manage-list-subscriptions/assets/ManageSubscription.png",
"authors": [
{
"name": "NIshkalank Bezawada",
Expand Down Expand Up @@ -1731,7 +1731,7 @@
"title": "Dynamic Form with location picker",
"url": "https://github.com/pnp/sp-dev-fx-extensions/tree/main/samples/react-dynamic-form-with-location-picker",
"description": "This solution implements a simple Form Customizer with a Dynamic Form with a location picker, to demonstrate the many usages of a Dynamic Form.",
"image": "https://github.com/pnp/sp-dev-fx-extensions/blob/main/samples/react-dynamic-form-with-location-picker/assets/dynamic-form-with-location-picker.gif",
"image": "https://github.com/pnp/sp-dev-fx-extensions/raw/main/samples/react-dynamic-form-with-location-picker/assets/dynamic-form-with-location-picker.gif",
"authors": [
{
"name": "Martin Lingstuyl",
Expand Down
22 changes: 20 additions & 2 deletions data/sp-dev-fx-webparts-samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -1015,8 +1015,8 @@
"tags": [
"SharePoint"
],
"createDate": "2024-08-27",
"updateDate": "2024-08-27"
"createDate": "2023-08-27",
"updateDate": "2023-08-27"
},
{
"name": "pnp-sp-dev-spfx-web-parts-react-advanced-page-properties",
Expand Down Expand Up @@ -2186,6 +2186,24 @@
"createDate": "2020-03-18",
"updateDate": "2020-03-18"
},
{
"name": "pnp-sp-dev-spfx-web-parts-react-enhanced-page-properties",
"title": "Enhanced Page Properties",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-enhanced-page-properties",
"description": "Goes beyond the standard SharePoint Page Properties web part, offering expanded support for various metadata types and configurations",
"image": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-enhanced-page-properties/assets/app.png",
"authors": [
{
"name": "Ari Gunawan",
"pictureUrl": "https://github.com/AriGunawan.png"
}
],
"tags": [
"SharePoint"
],
"createDate": "2023-09-23",
"updateDate": "2023-09-23"
},
{
"name": "pnp-sp-dev-spfx-web-parts-react-enhanced-powerapps",
"title": "Enhanced Power Apps",
Expand Down

0 comments on commit 02602f7

Please sign in to comment.