sp-dev-fx-webparts/samples/react-content-query-online/config/package-solution.json

81 lines
2.1 KiB
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "React Content Query",
"id": "00406271-0276-406f-9666-512623eb6709",
"version": "1.1.0.0",
"isDomainIsolated": false,
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "User.Read"
},
{
"resource": "Microsoft Graph",
"scope": "People.Read"
},
{
"resource": "Microsoft Graph",
"scope": "Contacts.Read"
},
{
"resource": "Microsoft Graph",
"scope": "User.ReadBasic.All"
},
{
"resource": "Microsoft Graph",
"scope": "Calendars.Read"
},
{
"resource": "Microsoft Graph",
"scope": "Directory.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "Group.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "Files.Read.All"
}
],
"includeClientSideAssets": true,
"developer": {
"name": "PnP Community",
"mpnId": "m365pnp",
"privacyUrl": "",
"termsOfUseUrl": "",
"websiteUrl": ""
},
"metadata": {
"shortDescription": {
"default": "react-content-query-webpart description"
},
"longDescription": {
"default": "react-content-query-webpart description"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "react-content-query-webpart ContentQueryWebPart Feature",
"description": "The feature that activates ContentQueryWebPart from the react-content-query-webpart solution.",
"id": "ac515af1-4490-4c7b-8191-d49b41b26c5e",
"version": "1.1.0.0",
"componentIds": [
"ac515af1-4490-4c7b-8191-d49b41b26c5e"
]
}
]
},
"paths": {
"zippedPackage": "solution/react-content-query-webpart.sppkg"
}
}