From f722e04ca7b2507d62407a7ca19848c24b32a5b8 Mon Sep 17 00:00:00 2001 From: Loryan Strant <51473494+loryanstrant@users.noreply.github.com> Date: Wed, 15 Oct 2025 11:39:32 +1100 Subject: [PATCH] Revise SharePoint tab sections for clarity Updated SharePoint tab sections to clarify app IDs and configuration support. --- concepts/teams-configuring-builtin-tabs.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/concepts/teams-configuring-builtin-tabs.md b/concepts/teams-configuring-builtin-tabs.md index 87d5f3d46ee..2f60d549569 100644 --- a/concepts/teams-configuring-builtin-tabs.md +++ b/concepts/teams-configuring-builtin-tabs.md @@ -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.