mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-08 22:14:53 +00:00
* 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.
7 lines
254 B
JSON
7 lines
254 B
JSON
{
|
|
"$schema": "https://dev.office.com/json-schemas/spfx-build/deploy-azure-storage.schema.json",
|
|
"workingDir": "./temp/deploy/",
|
|
"account": "<!-- STORAGE ACCOUNT NAME -->",
|
|
"container": "react-tinymce",
|
|
"accessKey": "<!-- ACCESS KEY -->"
|
|
} |