From 0eb9aa25963e1b3dace9ef7295a0afda0e6a2eaa Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 29 Sep 2024 01:34:27 +0000 Subject: [PATCH] Update samples.json in gh-pages branch --- samples.json | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/samples.json b/samples.json index 47847b056..0297f97de 100644 --- a/samples.json +++ b/samples.json @@ -29416,6 +29416,55 @@ } ] }, + { + "name": "pnp-sp-dev-spfx-web-parts-react-training-checklist", + "source": "pnp", + "title": "Training Checklist", + "shortDescription": "YSample web part to display a training checklist in a SharePoint page.", + "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-training-checklist", + "downloadUrl": "https://pnp.github.io/download-partial/?url=https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-training-checklist", + "longDescription": [ + "YSample web part to display a training checklist in a SharePoint page." + ], + "creationDateTime": "2024-09-12", + "updateDateTime": "2024-09-12", + "products": [ + "SharePoint" + ], + "metadata": [ + { + "key": "CLIENT-SIDE-DEV", + "value": "React" + }, + { + "key": "SPFX-VERSION", + "value": "1.20.0" + } + ], + "thumbnails": [ + { + "name": "trainingchecklist.png", + "type": "image", + "order": 100, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-training-checklist/assets/trainingchecklist.png", + "alt": "Web Part Preview" + } + ], + "authors": [ + { + "gitHubAccount": "ValerasNarbutas", + "pictureUrl": "https://github.com/ValerasNarbutas.png", + "name": "Valeras Narbutas" + } + ], + "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-tree-orgchart", "source": "pnp",