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 489a5fb commit a2401a8Copy full SHA for a2401a8
modules/ROOT/pages/exportword.adoc
@@ -36,7 +36,9 @@ tinymce.init({
36
selector: 'textarea',
37
plugins: 'exportword',
38
toolbar: 'exportword',
39
- exportword_token_provider: () => { // required when using the Export to Word plugin with Tiny Cloud.
+// Below option is only required when using the cloud-based Export to Word plugin from Tiny.Cloud.
40
+// Avoid setting it up during the trial period.
41
+ exportword_token_provider: () => {
42
return fetch('http://localhost:3000/jwt', { // specify your token endpoint
43
method: 'POST',
44
headers: { 'Content-Type': 'application/json' },
0 commit comments