mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 13:38:39 +00:00
158beeb9b4
* Tiny MCE Rich Text Editor * added workbench styling, to get a more acurate representation of online. * TinyMCE, Create,Update,Store,Persist,Read rich text * Cleanup of Code * Add readme * Correct filename, add tslint * Correct names in config files.
14 lines
383 B
JSON
14 lines
383 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/spfx-build/package-solution.schema.json",
|
|
"solution": {
|
|
"name": "react-tinymce-client-side-solution",
|
|
"id": "d9b89fd2-67c9-4d0a-b57d-a85f7ab9679f",
|
|
"version": "1.0.0.0",
|
|
"includeClientSideAssets": true,
|
|
"skipFeatureDeployment": true
|
|
},
|
|
"paths": {
|
|
"zippedPackage": "solution/react-tinymce.sppkg"
|
|
}
|
|
}
|