From 48bd144d55b29b041c419f816228e98ecea656ee Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sat, 31 Aug 2024 23:22:53 +0000 Subject: [PATCH] Automated samples.json update --- .metadata/samples.json | 50 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) diff --git a/.metadata/samples.json b/.metadata/samples.json index 85f2d5da3..33a722ba8 100644 --- a/.metadata/samples.json +++ b/.metadata/samples.json @@ -13997,6 +13997,56 @@ } ] }, + { + "name": "pnp-sp-dev-spfx-web-parts-react-dataverse", + "source": "pnp", + "title": "Consuming Dataverse API using SPFx", + "shortDescription": "Enhance the potential of SharePoint by integrating it with Dataverse, a low-code data platform from Microsoft", + "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-dataverse", + "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-dataverse", + "longDescription": [ + "This project entails the development of a SharePoint Framework (SPFx) solution, designed to bridge the gap between Microsoft SharePoint and Dataverse. The main goal of the project is to enhance the potential of SharePoint by integrating it with Dataverse, a low-code data platform from Microsoft.", + "The SPFx solution will allow users to interact with data in the Dataverse environment directly from their SharePoint user interface. This allows for a more seamless and intuitive experience for end-users, who can access, manipulate, and analyze data without needing to switch between different platforms or applications." + ], + "creationDateTime": "2024-08-12", + "updateDateTime": "2024-08-12", + "products": [ + "SharePoint" + ], + "metadata": [ + { + "key": "CLIENT-SIDE-DEV", + "value": "React" + }, + { + "key": "SPFX-VERSION", + "value": "1.18.0" + } + ], + "thumbnails": [ + { + "name": "dataverseclient.PNG", + "type": "image", + "order": 100, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-dataverse/assets/dataverseclient.PNG", + "alt": "Web Part Preview" + } + ], + "authors": [ + { + "gitHubAccount": "mgwojciech", + "pictureUrl": "https://github.com/mgwojciech.png", + "name": "Marcin Wojciechowski" + } + ], + "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-daterangepicker", "source": "pnp",