Özgür ERSOY 97efa6e8cf updated react-list-form to SPFx 1.7.1, Added RichText Mode and Tinymce Editor (#791)
* Updated to SPFx 1.7.1 and dependencies, add Turkish translation

* Reformatting space&line

* Bug&Fix reset itemId

* Added RichText Mode and Tinymce Editor
2019-03-10 18:20:18 +02:00

20 lines
524 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.1.0",
"title": "List form",
"supportedLocales": [
"en-US",
"fr-FR",
"tr-TR"
],
"skipFeatureDeployment": true,
"includeClientSideAssets": true
},
"paths": {
"zippedPackage": "solution/react-form-webpart.sppkg"
}
}