From 3c2c80fd78d99e00df1edad6cc832b965790dbcd Mon Sep 17 00:00:00 2001 From: hugoabernier Date: Wed, 27 Sep 2023 03:09:46 +0000 Subject: [PATCH] Commit from GitHub Actions (Merge sample metadata) --- samples.json | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/samples.json b/samples.json index 7b2fe93319..3e4488948b 100644 --- a/samples.json +++ b/samples.json @@ -7283,6 +7283,54 @@ } ] }, + { + "name": "pnp-sp-dev-spfx-web-parts-react-enhanced-page-properties", + "source": "pnp", + "title": "Enhanced Page Properties", + "shortDescription": "Goes beyond the standard SharePoint Page Properties web part, offering expanded support for various metadata types and configurations", + "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-enhanced-page-properties", + "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-enhanced-page-properties", + "longDescription": [ + "This is a web part that goes beyond the standard SharePoint Page Properties web part, offering expanded support for various metadata types and configurations. Effortlessly display key page details based on metadata files, providing a comprehensive view of your content. Streamline information management and enhance user interaction with this versatile and customizable web part." + ], + "creationDateTime": "2023-09-23", + "updateDateTime": "2023-09-23", + "products": [ + "SharePoint" + ], + "metadata": [ + { + "key": "CLIENT-SIDE-DEV", + "value": "React" + }, + { + "key": "SPFX-VERSION", + "value": "1.17.4" + } + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-enhanced-page-properties/assets/app.png", + "alt": "Web Part Preview" + } + ], + "authors": [ + { + "gitHubAccount": "AriGunawan", + "pictureUrl": "https://github.com/AriGunawan.png", + "name": "Ari Gunawan" + } + ], + "references": [ + { + "name": "Build your first SharePoint client-side web part", + "description": "Client-side web parts are client-side components that run in the context of a SharePoint page. Client-side web parts can be deployed to SharePoint environments that support the SharePoint Framework. You can also use modern JavaScript web frameworks, tools, and libraries to build them.", + "url": "https://docs.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part" + } + ] + }, { "name": "pnp-sp-dev-spfx-web-parts-react-enhanced-powerapps", "title": "Enhanced Power Apps",