sp-dev-fx-webparts/samples/react-followed-drag-and-dro.../config/package-solution.json

28 lines
751 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-followed-drag-and-drop-grid-client-side-solution",
"id": "513ca7e1-f774-438a-9790-80a4a3d08c9a",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.13.0"
},
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "Sites.ReadWrite.All"
}
]
},
"paths": {
"zippedPackage": "solution/react-followed-drag-and-drop-grid.sppkg"
}
}