Skip to content

Commit 7a3179b

Browse files
Merge pull request SharePoint#5134 from JarbasHorst/patch-1
Update creating-team-manifest-manually-for-webpart.md
2 parents f136f04 + e0c4fab commit 7a3179b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

docs/spfx/web-parts/guidance/creating-team-manifest-manually-for-webpart.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ To side load a SharePoint Framework web part as a Microsoft Teams application, y
4747
},
4848
"accentColor": "#004578",
4949
"staticTabs": [
50-
{
51-
"entityId": "com.contoso.personaltab.spfx",
52-
"name": "My SPFx Personal Tab",
53-
"contentUrl": "https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/teamshostedapp.aspx%3Fteams%26personal%26componentId={{SPFX_COMPONENT_ID}}%26forceLocale={locale}",
54-
"scopes": [
55-
"personal"
56-
]
57-
}
58-
],
50+
{
51+
"entityId": "com.contoso.personaltab.spfx",
52+
"name": "My SPFx Personal Tab",
53+
"contentUrl": "https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/teamshostedapp.aspx%3Fteams%26personal%26componentId={{SPFX_COMPONENT_ID}}%26forceLocale={locale}",
54+
"scopes": [
55+
"personal"
56+
]
57+
}
58+
],
5959
"configurableTabs": [
6060
{
6161
"configurationUrl": "https://{teamSiteDomain}{teamSitePath}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest={teamSitePath}/_layouts/15/teamshostedapp.aspx%3FopenPropertyPane=true%26teams%26componentId={{SPFX_COMPONENT_ID}}%26forceLocale={locale}",
@@ -135,15 +135,15 @@ Below json structure demonstrates sample manifest file content.
135135
},
136136
"accentColor": "#004578",
137137
"staticTabs": [
138-
{
139-
"entityId": "com.contoso.personaltab.spfx",
140-
"name": "My SPFx Personal Tab",
141-
"contentUrl": "https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/teamshostedapp.aspx%3Fteams%26personal%26componentId=50ef7075-1c74-4b40-809b-6aad4b4e2445%26forceLocale={locale}",
142-
"scopes": [
143-
"personal"
144-
]
145-
}
146-
],
138+
{
139+
"entityId": "com.contoso.personaltab.spfx",
140+
"name": "My SPFx Personal Tab",
141+
"contentUrl": "https://{teamSiteDomain}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest=/_layouts/15/teamshostedapp.aspx%3Fteams%26personal%26componentId=50ef7075-1c74-4b40-809b-6aad4b4e2445%26forceLocale={locale}",
142+
"scopes": [
143+
"personal"
144+
]
145+
}
146+
],
147147
"configurableTabs": [
148148
{
149149
"configurationUrl": "https://{teamSiteDomain}{teamSitePath}/_layouts/15/TeamsLogon.aspx?SPFX=true&dest={teamSitePath}/_layouts/15/teamshostedapp.aspx%3FopenPropertyPane=true%26teams%26componentId=b7771434-9587-4a79-9990-48c310f78a3d%26forceLocale={locale}",

0 commit comments

Comments
 (0)