sp-dev-fx-webparts/samples/react-save-attachments/config/package-solution.json

25 lines
657 B
JSON
Raw Normal View History

2020-10-04 07:54:51 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-save-attachments-client-side-solution",
"id": "b0a9dfa8-9221-472c-88d7-a1542bf21d8d",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Mail.Read"
},
{
"resource": "Microsoft Graph",
"scope": "Files.ReadWrite"
}
]
},
"paths": {
"zippedPackage": "solution/react-save-attachments.sppkg"
}
}