Skip to content

Commit 0753196

Browse files
PiotrekKrakowiakVesaJuvonen
authored andcommitted
Updating the package-solution.json file with the new property (SharePoint#5228)
Updating the package-solution.json file with the new property 'isDomainIsolated' that was added after this article got initially published
1 parent 7bfee92 commit 0753196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/spfx/web-parts/get-started/serve-your-web-part-in-a-sharepoint-page.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ You can also follow these steps by watching this video on the SharePoint PnP You
4545
"name": "helloworld-webpart-client-side-solution",
4646
"id": "3c1af394-bbf0-473c-bb7d-0798f0587cb7",
4747
"version": "1.0.0.0",
48-
"includeClientSideAssets": true
48+
"includeClientSideAssets": true,
49+
"isDomainIsolated": false
4950
},
5051
"paths": {
5152
"zippedPackage": "solution/helloworld-webpart.sppkg"

0 commit comments

Comments
 (0)