sp-dev-fx-webparts/samples/react-graph-cascading-manag.../assets/sample.json

64 lines
2.3 KiB
JSON
Raw Normal View History

2021-03-15 03:48:14 -04:00
[
{
"name": "pnp-sp-dev-spfx-web-parts-react-graph-cascading-managed-metadata",
"source": "pnp",
"title": "Cascading managed metadata using Graph API",
"shortDescription": "Shows how to use the Microsoft Graph APIs (beta) for Taxonomy to get the data.",
2021-05-02 15:04:59 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-graph-cascading-managed-metadata",
2021-03-15 03:48:14 -04:00
"longDescription": [
"Shows how to use the Microsoft Graph APIs (beta) for Taxonomy to get the data."
],
"creationDateTime": "2020-09-02",
"updateDateTime": "2022-03-02",
2021-03-15 03:48:14 -04:00
"products": [
"SharePoint"
2021-03-15 03:48:14 -04:00
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.14.0"
2021-03-15 03:48:14 -04:00
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
2021-05-02 15:04:59 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-graph-cascading-managed-metadata/assets/cmmd.gif",
2021-03-15 03:48:14 -04:00
"alt": "Cascading managed metadata using Graph API"
},
{
"type": "image",
"order": 101,
2021-05-02 15:04:59 -04:00
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-graph-cascading-managed-metadata/assets/termstore.png?raw=true",
2021-03-15 03:48:14 -04:00
"alt": "Cascading managed metadata using Graph API"
2021-11-21 15:16:05 -05:00
},
{
"type": "video",
"order": 102,
"url": "https://www.youtube.com/embed/lk47ijo_H6Y",
"alt": "Community demo of the web part"
2021-03-15 03:48:14 -04:00
}
],
"authors": [
{
"gitHubAccount": "anoopt",
"company": "Content \u002BCloud",
"pictureUrl": "https://avatars.githubusercontent.com/u/9694225?s=460\u0026u=fbb4b27ed944935800d5f6dbc91e71911ce0d4ec\u0026v=4",
"name": "Anoop Tatti",
"twitter": "anooptells"
}
],
"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"
}
]
}
2021-05-02 15:04:59 -04:00
]