Skip to content

Commit

Permalink
Automated samples.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 21, 2024
1 parent 3dbf2db commit cb95b15
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions .metadata/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cb95b15

Please sign in to comment.