Skip to content

Commit 80f5d66

Browse files
committed
Adding note around messaging extension and v1.11
1 parent 41ce1fa commit 80f5d66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/spfx/build-for-teams-expose-webparts-teams.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ To expose the web part as a Microsoft Teams personal app, in the web part’s ma
3030
3131
## Expose web part as Microsoft Teams messaging extension
3232

33+
> [!IMPORTANT]
34+
> Exposing web parts as Microsoft Teams messaging extension is supported with SharePoint Framework v1.11 and newer.
35+
36+
3337
To expose your SharePoint Framework web part as a messaging extension, you don't need to use a specific host in the `supportedHosts` property. Instead, all you need to do, is to extend the teams manifest in your SharePoint Framework solution with a `composeExtension`, for example:
3438

3539
```json

0 commit comments

Comments
 (0)