diff --git a/samples/react-onedrive-finder/Assets/sample.json b/samples/react-onedrive-finder/Assets/sample.json new file mode 100644 index 000000000..2a6575f42 --- /dev/null +++ b/samples/react-onedrive-finder/Assets/sample.json @@ -0,0 +1,57 @@ +[ + { + "name": "pnp-sp-dev-spfx-web-parts-react-onedrive-finder", + "source": "pnp", + "title": "OneDrive Finder", + "shortDescription": "This sample access drives from OneDrive and navigate between his content using Graph OneDrive and Site API and Microsoft Graph Toolkit React controls with the addition of new FileList control.", + "url": "https://github.com/pnp/sp-dev-fx-webparts/tree/master/samples/react-onedrive-finder", + "longDescription": [ + "This sample access drives from OneDrive and navigate between his content using Graph OneDrive and Site API and Microsoft Graph Toolkit React controls with the addition of new FileList control.", + "This new control provides the ability to retrieve the Drive Library with associated Files and folders making easier to develop and navigate between tenant content and access to file. " + ], + "created": "2021-04-16", + "modified": "2021-04-16", + "products": [ + "SharePoint", + "Office" + ], + "metadata": [ + { + "key": "CLIENT-SIDE-DEV", + "value": "React" + }, + { + "key": "SPFX-VERSION", + "value": "1.11.0" + } + ], + "thumbnails": [ + { + "type": "image", + "order": 100, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/master/samples/react-onedrive-finder/Assets/OneDrivefinderSample1.PNG", + "alt": "Web Part in action" + }, + { + "type": "image", + "order": 101, + "url": "https://github.com/pnp/sp-dev-fx-webparts/raw/master/samples/react-onedrive-finder/Assets/OneDrivefinderSample2.PNG", + "alt": "Web Part in action" + } + ], + "authors": [ + { + "gitHubAccount": "aaclage", + "pictureUrl": "https://github.com/aaclage.png", + "name": "André Lage" + } + ], + "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/en-us/sharepoint/dev/spfx/web-parts/get-started/build-a-hello-world-web-part" + } + ] + } +]