Skip to content

Commit

Permalink
Automated samples.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 13, 2025
1 parent a7d9c79 commit e6890c5
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions .metadata/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -28974,6 +28974,66 @@
}
]
},
{
"name": "pnp-sp-dev-spfx-web-parts-react-teams-tabs-graph",
"source": "pnp",
"title": "MS Teams Channels and Tabs from Modern Team site",
"shortDescription": "A SPFx Web Part using Graph api. It shows Channels and Tabs (with link) from a Modern Team Site connected to Microsoft Teams.",
"url": "https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-teams-tabs-graph",
"longDescription": [
"A SPFx Web Part using @pnp/graph/teams. It shows Channels and Tabs (with link) from a Modern Team Site connected to Microsoft Teams."
],
"creationDateTime": "2025-01-01",
"updateDateTime": "2025-01-01",
"products": [
"SharePoint"
],
"metadata": [
{
"key": "CLIENT-SIDE-DEV",
"value": "React"
},
{
"key": "SPFX-VERSION",
"value": "1.20.0"
}
],
"thumbnails": [
{
"type": "image",
"order": 100,
"url": "https://github.com/pnp/sp-dev-fx-webparts/raw/main/samples/react-teams-tabs-graph/assets/screenshots/react-teams-tabs-graph-webpart.png?raw=true",
"alt": "MS Teams Channels and Tabs from Modern Team site"
},
{
"type": "image",
"order": 101,
"url": "https://github.com/pnp/sp-dev-fx-webparts/blob/main/samples/react-teams-tabs-graph/assets/screenshots/react-teams-tabs-graph-webpart2.png?raw=true",
"alt": "MS Teams Channels and Tabs from Modern Team site"
}
],
"authors": [
{
"gitHubAccount": "fredupstair",
"company": "Avanade Italy",
"pictureUrl": "https://github.com/fredupstair.png",
"name": "Federico Porceddu"
},
{
"gitHubAccount": "nicolaskheirallah",
"company": "",
"pictureUrl": "",
"name": "Nicolas Kheirallah"
}
],
"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": "pnp-sp-dev-spfx-web-parts-react-teams-tabs-pnpjs",
"source": "pnp",
Expand Down

0 comments on commit e6890c5

Please sign in to comment.