mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-15 01:15:44 +00:00
* commit * Tree Organization Chart * React-Birthdays - Convert birthdate from UTC to local * commit react-tenant-properties commit react-tenant-properties * update project name * Update README.md Change docs * Update README.md * Update width WebApiInformation Update width WebApiInformation * Update README.md * Update SPService.ts
32 lines
811 B
JSON
32 lines
811 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "happy-birdthay-client-side-solution",
|
|
"id": "57890dd1-b655-4ec8-85ec-e47a9b696e7c",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"skipFeatureDeployment": true,
|
|
"isDomainIsolated": false,
|
|
"webApiPermissionRequests": [
|
|
{
|
|
"resource": "Microsoft Graph",
|
|
"scope": "User.Read.All"
|
|
},
|
|
{
|
|
"resource": "Microsoft Graph",
|
|
"scope": "User.ReadBasic.All"
|
|
},
|
|
{
|
|
"resource": "Microsoft Graph",
|
|
"scope": "Sites.Read.All"
|
|
},
|
|
{
|
|
"resource": "Microsoft Graph",
|
|
"scope": "profile"
|
|
}]
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/birdthays.sppkg"
|
|
}
|
|
}
|