Skip to content

Commit 2615a43

Browse files
Update modules/ROOT/pages/importword.adoc
Co-authored-by: shirqa <[email protected]>
1 parent a2401a8 commit 2615a43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/ROOT/pages/importword.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ tinymce.init({
3131
selector: 'textarea',
3232
plugins: 'importword',
3333
toolbar: 'importword',
34+
// Below option is only required when using the cloud-based Import from Word plugin from Tiny.Cloud.
35+
// Avoid setting it up during the trial period.
3436
importword_token_provider: () => { // required when using the Import from Word plugin with Tiny Cloud.
3537
return fetch('http://localhost:3000/jwt', { // specify your token endpoint
3638
method: 'POST',

0 commit comments

Comments
 (0)