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

41 lines
1.1 KiB
JSON
Raw Normal View History

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "image-gallery-client-side-solution",
"id": "876cbbe8-6974-4676-9da3-5c190ac8164f",
2022-05-22 13:17:10 -04:00
"version": "1.1.0.0",
"includeClientSideAssets": true,
2022-05-22 13:17:10 -04:00
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.14.0"
},
"metadata": {
"shortDescription": {
"default": "image-gallery description"
},
"longDescription": {
"default": "image-gallery description"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "image-gallery Feature",
"description": "The feature that activates elements of the image-gallery solution.",
"id": "afeca86e-a632-48ce-a9eb-b5a4a3e94d85",
"version": "1.0.0.0"
}
]
},
"paths": {
"zippedPackage": "solution/image-gallery.sppkg"
}
}