From cb95b151494b71431c62c6c5af527c7d503e6421 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 21 Oct 2024 13:33:35 +0000 Subject: [PATCH] Automated samples.json update --- .metadata/samples.json | 56 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) diff --git a/.metadata/samples.json b/.metadata/samples.json index 110d17b8a4..39ed23a75b 100644 --- a/.metadata/samples.json +++ b/.metadata/samples.json @@ -13806,6 +13806,62 @@ } ] }, + { + "name": "pnp-sp-dev-spfx-web-parts-react-csv-importer", + "source": "pnp", + "title": "CSV Importer", + "shortDescription": "This web part allows users to import CSV files into an existing SharePoint list", + "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-csv-importer", + "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-csv-importer", + "longDescription": [ + "This web part allows users to import CSV files into an existing SharePoint list" + ], + "creationDateTime": "2022-10-11", + "updateDateTime": "2024-10-20", + "products": [ + "SharePoint" + ], + "metadata": [ + { + "key": "CLIENT-SIDE-DEV", + "value": "React" + }, + { + "key": "SPFX-VERSION", + "value": "1.20.0" + } + ], + "thumbnails": [ + { + "name": "react-csv-importer.gif", + "type": "image", + "order": 100, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-csv-importer/assets/D:\\GitHub\\pnp\\sp-dev-fx-webparts\\samples\\react-csv-importer\\assets\\react-csv-importer.gif", + "alt": "Web Part Preview" + }, + { + "name": "react-csv-importer.png", + "type": "image", + "order": 101, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-csv-importer/assets/D:\\GitHub\\pnp\\sp-dev-fx-webparts\\samples\\react-csv-importer\\assets\\react-csv-importer.png", + "alt": "Web Part Preview" + } + ], + "authors": [ + { + "gitHubAccount": "mromiszewski", + "pictureUrl": "https://github.com/mromiszewski.png", + "name": "MichaƂ Romiszewski" + } + ], + "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://learn.microsoft.com/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part" + } + ] + }, { "name": "pnp-sp-dev-spfx-web-parts-react-custom-links", "source": "pnp",