Skip to content

Commit cd712c5

Browse files
Merge pull request SharePoint#5524 from SPDoctor/patch-1
Teams Personal Tab clarification
2 parents 1b0b73e + a52a92f commit cd712c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/web-parts/get-started/using-web-part-as-ms-teams-tab.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Building Microsoft Teams tab using SharePoint Framework - Tutorial
33
description: Tutorial on how to build Microsoft Teams tabs using SharePoint Framework. Capability was released to general availability in SharePoint Framework v1.8.
4-
ms.date: 02/08/2020
4+
ms.date: 03/31/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -116,7 +116,7 @@ Locate the manifest json file for the web part you want to make available to Tea
116116
```
117117
118118
> [!NOTE]
119-
> Starting from the SharePoint Framework 1.10 version, you can also expose SharePoint Framework web parts as personal Microsoft Teams apps. This can be controlled by including `"TeamsPersonalApp"` in the `supportedHosts` value.
119+
> Starting from the SharePoint Framework 1.10 version, you can also expose SharePoint Framework web parts as personal Microsoft Teams apps. This can be controlled by including `"TeamsPersonalApp"` in the `supportedHosts` value. Personal tabs do not have a configuration option, and so web parts added to Teams as personal apps will not expose the web part property pane. If you need to configure the web part in this situation you will have to implement it within the web part UI.
120120
121121
## Updating code to be aware of the Microsoft Teams context
122122

0 commit comments

Comments
 (0)