Ö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

24 lines
839 B
JSON
Executable File

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"list-form-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/listForm/ListFormWebPart.js",
"manifest": "./src/webparts/listForm/ListFormWebPart.manifest.json"
}
]
}
},
"externals": {
"moment": "https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment-with-locales.min.js"
},
"localizedResources": {
"ListFormWebPartStrings": "lib/webparts/listForm/loc/{locale}.js",
"ListFormStrings": "lib/webparts/listForm/components/loc/{locale}.js",
"FormFieldStrings": "lib/webparts/listForm/components/formFields/loc/{locale}.js",
"servicesStrings": "lib/common/services/loc/{locale}.js"
}
}