sp-dev-fx-webparts/samples/react-save-attachments/assets/sample.json

79 lines
2.9 KiB
JSON

[
{
"name": "pnp-sp-dev-spfx-web-parts-react-save-attachments",
"source": "pnp",
"title": "Save Attachments Web Part",
"shortDescription": "This SPFx Outlook Add-In lets users save any email attachments to a OneDrive folder.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-save-attachments",
"longDescription": [
"This SPFx Outlook Add-In lets users save any email attachments to a OneDrive folder."
],
"creationDateTime": "2020-10-04",
"updateDateTime": "2021-10-19",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.13.0"
},
{
"key": "SPFX-OUTLOOKADDIN",
"value": "true"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-save-attachments/assets/ReactSaveAttachments.gif",
"alt": "Save Attachments"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-save-attachments/assets/react-save-attachments-1.png?raw=true",
"alt": "Save Attachments"
},
{
"type": "image",
"order": 102,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-save-attachments/assets/react-save-attachments-2.gif?raw=true",
"alt": "Save Attachments"
},
{
"type": "video",
"order": 103,
"url": "https://www.youtube.com/embed/Hl4zu9YeeRA",
"alt": "Community demo of the web part"
}
],
"authors": [
{
"gitHubAccount": "aakashbhardwaj619",
"company": "Microsoft",
"pictureUrl": "https://avatars.githubusercontent.com/u/33526902?s=460\u0026u=e780f4ef1da922c84f2c5c66c59cecbff2300581\u0026v=4",
"name": "Aakash Bhardwaj",
"twitter": "aakash_316"
}
],
"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": "Create Outlook Add-ins using SharePoint Framework",
"description": "Introduced in SharePoint Framework v1.10, you can implement an Outlook Web App add-in with the SharePoint Framework and use SharePoint as a host for your solution.",
"url": "https://learn.microsoft.com/sharepoint/dev/spfx/office-addins-create"
}
]
}
]