You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/integrate-with-teams-introduction.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -7,24 +7,24 @@ ms.prod: sharepoint
7
7
8
8
# Building Microsoft Teams Tabs using SharePoint Framework
9
9
10
-
Starting with SharePoint Framework v1.7, you can build your Microsoft Team tabs using SharePoint Framework tooling and use SharePoint as a host for your solutions.
10
+
Starting with SharePoint Framework v1.7, you can build tabs for Microsoft Teams using SharePoint Framework tooling and use SharePoint as a host for your solutions.
11
11
12
12
There are following benefits on using SharePoint Framework as the platform for your Microsoft Teams tabs:
13
13
14
14
- Development model is similar as for SharePoint Framework web parts.
15
-
- Technically any web part can be exposed as a tab in Microsoft Teams.
15
+
- Technically any SharePoint Framework web part can be exposed as a tab in Microsoft Teams.
16
16
- You have different scoping options on exposing your custom tab as a web part and tab in your tenant.
17
-
- Your tab will be executed in the context of the underlaying SharePoint site behind of the specific team. This means that you can take advantage of any SharePoint specific APIs or functionalities in your web part.
17
+
- Your tab will be executed in the context of the underlying SharePoint site behind of the specific team. This means that you can take advantage of any SharePoint specific APIs or functionalities in your web part.
18
18
19
19
> [!IMPORTANT]
20
-
> This feature is currently in preview and is subject to change. It is not currently supported for use in production environments. Your feedback and input around this capability is welcome using the [SharePoint Dev Docs issue list](https://github.com/SharePoint/sp-dev-docs/issues).
20
+
> This feature is currently in preview and is subject to change. It is not currently supported for usage in production environments. Your feedback and input around this capability is welcome using the [SharePoint Dev Docs issue list](https://github.com/SharePoint/sp-dev-docs/issues).
21
21
22
22
> [!IMPORTANT]
23
23
> There is a known **bug** related on the property configuration, which will be addressed. You cannot change default property values or the web part is not successfully added on the tab. Fix for this issue will be rolling out in upcoming days.
24
24
25
25
## Development process
26
26
27
-
You can start developing Microsoft Teams tabs simply by using the `with beta` version of the SharePoint Framework 1.7 packages. High level steps to get started are as follows.
27
+
You can start developing Microsoft Teams tabs simply by using the `plusbeta` version of the SharePoint Framework 1.7 packages that enables usage of preview functionality in the solution that you will create. High level steps to get started are as follows.
28
28
29
29
1. Start SharePoint Framework Yeoman generator with the `plusbeta` switch, so that the created solution will use the preview packages.
0 commit comments