Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample data update #104

Merged
merged 1 commit into from
Oct 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading