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

20 lines
506 B
JSON
Executable File

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-form-webpart-client-side-solution",
"id": "373a20ef-dfc6-456a-95ec-171de3c94581",
"version": "1.0.10.0",
"title": "List form",
"supportedLocales": [
"en-US",
"fr-FR",
"tr-TR"
],
"skipFeatureDeployment": true,
"includeClientSideAssets": true
},
"paths": {
"zippedPackage": "solution/react-form-webpart.sppkg"
}
}