sp-dev-fx-webparts/samples/react-flow-button/config/package-solution.json

31 lines
765 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "flow-button",
"id": "0745b06d-baee-4075-8634-c871750e9951",
"version": "1.1.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": ""
},
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "User.ReadBasic.All"
},
{
"resource": "Microsoft Flow Service",
"scope": "Flows.Read.All"
}
]
},
"paths": {
"zippedPackage": "solution/flow-button.sppkg"
}
}