Update samples.json in gh-pages branch
This commit is contained in:
parent
3c43619f62
commit
0eb9aa2596
49
samples.json
49
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",
|
"name": "pnp-sp-dev-spfx-web-parts-react-tree-orgchart",
|
||||||
"source": "pnp",
|
"source": "pnp",
|
||||||
|
|
Loading…
Reference in New Issue