@@ -47,15 +47,15 @@ To side load a SharePoint Framework web part as a Microsoft Teams application, y
47
47
},
48
48
"accentColor" : " #004578" ,
49
49
"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
+ ],
59
59
"configurableTabs" : [
60
60
{
61
61
"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.
135
135
},
136
136
"accentColor" : " #004578" ,
137
137
"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
+ ],
147
147
"configurableTabs" : [
148
148
{
149
149
"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