Skip to content

Commit c57fca1

Browse files
Update overview.md (SharePoint#10141)
* Update overview.md The supportedhosts is available in the web part manifest, not in the config file. * fixup reference & update timestamp --------- Co-authored-by: Andrew Connell <[email protected]>
1 parent 7241067 commit c57fca1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/office/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Extend Outlook and Office with the SharePoint Framework
33
description: Learn how you can use the SharePoint Framework to create apps for Microsoft 365, including Microsoft Teams, Outlook, and Office clients
4-
ms.date: 11/21/2023
4+
ms.date: 03/06/2025
55
ms.localizationpriority: high
66
---
77
# Extend Outlook and Office with the SharePoint Framework
@@ -12,11 +12,11 @@ With this improvement in SPFx v1.16 forward, developers can now use the SPFx to
1212

1313
## Create Microsoft Teams apps for Outlook and Office
1414

15-
To create a new Microsoft Teams app with SPFx for Outlook and Office, you start by first creating a new SPFx project using the Yeoman generator for SharePoint v1.16 or later the same way you'd create a new web part. For more information, see [Build your first SharePoint client-side web part](../web-parts/get-started/build-a-hello-world-web-part.md).
15+
To create a new Microsoft Teams app with SPFx for Outlook and Office, you start by first creating a new SPFx project using the Yeoman generator for SharePoint v1.16 or later, the same way you'd create a new web part. For more information, see [Build your first SharePoint client-side web part](../web-parts/get-started/build-a-hello-world-web-part.md).
1616

1717
The Yeoman SharePoint Generator will prompt you with a series of questions. Follow the same guidance for creating a new SPFx web part when responding to these questions.
1818

19-
Once the project has been created, update the web part's `supportedHosts` property to indicate where it can be used. For example, add `TeamsTab` and/or `TeamsPersonalApp` to the `supportedHosts` property in the **./config/package-solution.json** file. For more information, see [Building Microsoft Teams Tabs using SharePoint Framework](../integrate-with-teams-introduction.md).
19+
Once the project has been created, update the web part's `supportedHosts` property to indicate where it can be used. For example, add `TeamsTab` and/or `TeamsPersonalApp` to the `supportedHosts` property in the web part's **\*.manifest.json** file in the **./src/webparts/[webpart-name]/** folder. For more information, see [Building Microsoft Teams Tabs using SharePoint Framework](../integrate-with-teams-introduction.md).
2020

2121
## Determine the current runtime host for your app
2222

0 commit comments

Comments
 (0)