We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2401a8 commit 2615a43Copy full SHA for 2615a43
modules/ROOT/pages/importword.adoc
@@ -31,6 +31,8 @@ tinymce.init({
31
selector: 'textarea',
32
plugins: 'importword',
33
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.
36
importword_token_provider: () => { // required when using the Import from Word plugin with Tiny Cloud.
37
return fetch('http://localhost:3000/jwt', { // specify your token endpoint
38
method: 'POST',
0 commit comments