Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions concepts/teams-configuring-builtin-tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,21 @@ Configuration is not supported.
For Power BI tabs, the `teamsAppId` is `com.microsoft.teamspace.tab.powerbi`.
Configuration is not supported.

## SharePoint page and list tabs
## SharePoint tabs

For SharePoint page and list tabs, the `teamsAppId` is `2a527703-1f6f-4559-a332-d8a7d288cd88`.
For SharePoint tabs, the `teamsAppId` is `2a527703-1f6f-4559-a332-d8a7d288cd88`.
Configuration is not supported.

## SharePoint Pages tab

For SharePoint Pages tabs, the `teamsAppId` is `0ae35b36-0fd7-422e-805b-d53af1579093`.
Configuration is supported.

## Lists tabs

For Lists tabs, the `teamsAppId` is `26bc2873-6023-480c-a11b-76b66605ce8c`.
Configuration is supported.

## SharePoint Framework-based tabs

Custom tabs built using SharePoint Framework can be created using Microsoft Graph, but configuration is not supported.
Expand Down
Loading