sp-dev-fx-webparts/samples/react-follow-document/assets/sample.json

61 lines
2.0 KiB
JSON

[
{
"name": "pnp-sp-dev-spfx-web-parts-react-follow-document",
"source": "pnp",
"title": "react-follow-document",
"shortDescription": "react-follow-document",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-follow-document",
"longDescription": [
"identify/follow user key documents from all Tenant and easily access them in Modern Pages and Microsoft Teams"
],
"creationDateTime": "2021-06-21",
"updateDateTime": "2022-05-17",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.12.1"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-follow-document/assets/FollowDocumentSample1.gif",
"alt": "react-follow-document"
},
{
"type": "video",
"order": 101,
"url": "https://www.youtube.com/embed/Wx7nqlP3WQU",
"alt": "Community demo of the web part"
}
],
"authors": [
{
"gitHubAccount": "aaclage",
"pictureUrl": "https://github.com/aaclage.png",
"name": "André Lage"
},
{
"gitHubAccount": "Maya-Mostafa",
"pictureUrl": "https://github.com/Maya-Mostafa.png",
"name": "Mai Mostafa"
}
],
"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"
}
]
}
]