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

44 lines
1.3 KiB
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
2020-07-19 16:37:29 -04:00
"developer": {
"name": "Contoso",
"privacyUrl": "https://contoso.com/privacy",
"termsOfUseUrl": "https://contoso.com/terms-of-use",
"websiteUrl": "https://contoso.com/my-app",
"mpnId": "m365pnp"
2020-07-19 16:37:29 -04:00
},
"name": "Search Directory",
"id": "5b62bc16-3a71-461d-be2f-16bfcb011e8a",
2023-06-20 07:51:35 -04:00
"version": "3.0.4.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
2023-06-20 07:51:35 -04:00
"isDomainIsolated": false,
"metadata": {
"shortDescription": {
"default": "react-directory description"
},
"longDescription": {
"default": "react-directory description"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "react-directory DirectoryWebPart Feature",
"description": "The feature that activates DirectoryWebPart from the react-directory solution.",
"id": "fae479bf-405f-4f80-a086-eea22eff3d6f",
"version": "3.0.4.0",
"componentIds": [
"fae479bf-405f-4f80-a086-eea22eff3d6f"
]
}
]
},
"paths": {
"zippedPackage": "solution/react-directory.sppkg"
}
}