sp-dev-fx-webparts/samples/angular-msgraph/assets/sample.json

45 lines
1.5 KiB
JSON
Raw Normal View History

2021-02-08 02:19:31 -05:00
{
"name": "pnp-sp-dev-spfx-web-parts-angular-msgraph",
"version": null,
"source": "pnp",
"title": "Angular MS Graph Web Part Built with Angular v1.x",
"shortDescription": "This is a sample MS Graph web part that connects to Microsoft Graph and pulls SharePoint information from your tenant. It will first pull the root site collection (currently a limitation by Microsoft Graph), then it will display all the lists associated with the site followed by all the items inside the list.",
"longDescription": [
"This is a sample MS Graph web part that connects to Microsoft Graph and pulls SharePoint information from your tenant. It will first pull the root site collection (currently a limitation by Microsoft Graph), then it will display all the lists associated with the site followed by all the items inside the list."
],
"products": [
"SharePoint",
"Office"
],
"categories": [
""
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "Angular"
},
{
"key": "SPFX-VERSION",
"value": "GA"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/master/samples/angular-msgraph/assets/Connect.png",
"alt": "Angular MS Graph Web Part Built with Angular v1.x",
"slides": null
}
],
"authors": [
{
"gitHubAccount": "davidhartman",
"company": "",
"pictureUrl": "https://github.com/davidhartman.png"
}
],
"references": []
}