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

50 lines
1.3 KiB
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-poll-client-side-solution",
"id": "cdbf6459-a379-48cd-9b46-1ae0440090a7",
"version": "1.0.0.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.17.1"
},
"metadata": {
"shortDescription": {
"default": "ReactPoll description"
},
"longDescription": {
"default": "ReactPoll description"
},
"screenshotPaths": [],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "react-poll Feature",
"description": "The feature that activates elements of the react-poll solution.",
"id": "f8f96128-e5f1-4f79-8bc1-2480bc29742d",
"version": "1.0.0.0",
"assets": {
"elementManifests": [
"elements.xml"
],
"elementFiles":[
"schema.xml",
"PollQuestionsSchema.xml"
]
}
}
]
},
"paths": {
"zippedPackage": "solution/react-poll.sppkg"
}
}