From 9c0581424b18563d35cb76257e37bf56eb77696a Mon Sep 17 00:00:00 2001 From: Adam-it Date: Sat, 30 Sep 2023 12:31:48 +0000 Subject: [PATCH] Updates sample data --- data/sp-dev-fx-aces-samples.json | 19 +++++++++++++++++++ data/sp-dev-fx-extensions-samples.json | 4 ++-- data/sp-dev-fx-webparts-samples.json | 22 ++++++++++++++++++++-- 3 files changed, 41 insertions(+), 4 deletions(-) diff --git a/data/sp-dev-fx-aces-samples.json b/data/sp-dev-fx-aces-samples.json index 8ac0614..5581ddd 100644 --- a/data/sp-dev-fx-aces-samples.json +++ b/data/sp-dev-fx-aces-samples.json @@ -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", diff --git a/data/sp-dev-fx-extensions-samples.json b/data/sp-dev-fx-extensions-samples.json index de534ab..fe2a7a0 100644 --- a/data/sp-dev-fx-extensions-samples.json +++ b/data/sp-dev-fx-extensions-samples.json @@ -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", @@ -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", diff --git a/data/sp-dev-fx-webparts-samples.json b/data/sp-dev-fx-webparts-samples.json index 4bb0745..d6d8243 100644 --- a/data/sp-dev-fx-webparts-samples.json +++ b/data/sp-dev-fx-webparts-samples.json @@ -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", @@ -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",