sp-dev-fx-webparts/samples/react-sp-tinymce/config/config.json

19 lines
618 B
JSON
Raw Normal View History

2023-06-24 08:32:25 -04:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/config.2.0.schema.json",
"version": "2.0",
"bundles": {
"tinymce-editor-web-part": {
"components": [
{
"entrypoint": "./lib/webparts/tinymceEditor/TinymceEditorWebPart.js",
"manifest": "./src/webparts/tinymceEditor/TinymceEditorWebPart.manifest.json"
}
]
}
},
"externals": {},
"localizedResources": {
"TinymceEditorWebPartStrings": "lib/webparts/tinymceEditor/loc/{locale}.js",
"PropertyControlStrings": "node_modules/@pnp/spfx-property-controls/lib/loc/{locale}.js"
}
}