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

51 lines
1.3 KiB
JSON
Raw Normal View History

2021-02-16 18:39:54 -05:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "staff-directory-client-side-solution",
"id": "89d7389c-be48-41e9-9f72-5eb9a1099c1f",
2022-06-16 12:31:07 -04:00
"version": "1.0.3.0",
2021-02-16 18:39:54 -05:00
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
2022-06-16 12:31:07 -04:00
"metadata": {
"shortDescription": {
"default": "staff-directory description"
},
"longDescription": {
"default": "staff-directory description"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "staff-directory Feature",
"description": "The feature that activates elements of the staff-directory solution.",
"id": "69f3d217-11d3-4c78-b883-20c2838885f5",
"version": "1.0.3.0"
}
],
2021-02-16 18:39:54 -05:00
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Presence.Read.All"
2021-03-28 06:54:43 -04:00
},
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
2021-02-16 18:39:54 -05:00
}
],
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": ""
}
},
"paths": {
"zippedPackage": "solution/staff-directory.sppkg"
}
}