Skip to content

Commit 361b335

Browse files
Merge pull request SharePoint#4764 from nanddeepn/patch-25
SPFX_COMPONENT_ID is parameterized
2 parents da5e7ab + ecf3fd9 commit 361b335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To side load a SharePoint Framework web part as a Microsoft Teams application, y
2626
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.2/MicrosoftTeams.schema.json",
2727
"manifestVersion": "1.2",
2828
"packageName": "{{SPFX_COMPONENT_ALIAS}}",
29-
"id": "aa3fecf0-1fd0-4751-aba1-12314dc3a22f",
29+
"id": "{{SPFX_COMPONENT_ID}}",
3030
"version": "0.1",
3131
"developer": {
3232
"name": "Parker Porcupine",
@@ -104,7 +104,7 @@ Below json structure demonstrates sample manifest file content.
104104
"$schema": "https://developer.microsoft.com/json-schemas/teams/v1.2/MicrosoftTeams.schema.json",
105105
"manifestVersion": "1.2",
106106
"packageName": "SpFxTeamsTogetherWebPart",
107-
"id": "aa3fecf0-1fd0-4751-aba1-12314dc3a22f",
107+
"id": "b7771434-9587-4a79-9990-48c310f78a3d",
108108
"version": "0.1",
109109
"developer": {
110110
"name": "Parker Porcupine",

0 commit comments

Comments
 (0)