mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 22:14:53 +00:00
* Updated react-page-navigator links sort order * React Check User Group membership using Graph API Co-authored-by: Aakash Bhardwaj <aakash.bhardwaj@consultant.lego.com>
20 lines
519 B
JSON
20 lines
519 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-check-user-group",
|
|
"id": "0a9e21ff-70b4-4cf6-82ea-68372e7c52a7",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"isDomainIsolated": false,
|
|
"webApiPermissionRequests": [
|
|
{
|
|
"resource": "Microsoft Graph",
|
|
"scope": "Directory.Read.All"
|
|
}
|
|
]
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-check-user-group.sppkg"
|
|
}
|
|
}
|