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

53 lines
1.6 KiB
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-graph-telephonedirectory-client-side-solution",
"id": "e1a26cc8-a086-454f-9f16-9aeb0a276bcc",
"version": "1.3.0.0",
"includeClientSideAssets": true,
"isDomainIsolated": true,
"developer": {
"name": "Contoso",
"privacyUrl": "https://contoso.com/privacy",
"termsOfUseUrl": "https://contoso.com/terms-of-use",
"websiteUrl": "https://contoso.com/my-app",
"mpnId": "m365pnp"
},
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Directory.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "User.Read"
}
],
"metadata": {
"shortDescription": {
"default": "react-graph-telephonedirectory description"
},
"longDescription": {
"default": "react-graph-telephonedirectory description"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "react-graph-telephonedirectory TelephonedirectoryWebPart Feature",
"description": "The feature that activates TelephonedirectoryWebPart from the react-graph-telephonedirectory solution.",
"id": "586d82f7-79c3-4fc6-be7b-290fa1e4f1f6",
"version": "1.3.0.0",
"componentIds": [
"586d82f7-79c3-4fc6-be7b-290fa1e4f1f6"
]
}
]
},
"paths": {
"zippedPackage": "solution/react-graph-telephonedirectory.sppkg"
}
}