Skip to content

Commit a2401a8

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/ROOT/pages/exportword.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ tinymce.init({
3636
selector: 'textarea',
3737
plugins: 'exportword',
3838
toolbar: 'exportword',
39-
exportword_token_provider: () => { // required when using the Export to Word plugin with Tiny Cloud.
39+
// 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: () => {
4042
return fetch('http://localhost:3000/jwt', { // specify your token endpoint
4143
method: 'POST',
4244
headers: { 'Content-Type': 'application/json' },

0 commit comments

Comments
 (0)