Skip to content

Commit 489a5fb

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/ROOT/pages/exportpdf.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ tinymce.init({
3030
selector: 'textarea',
3131
plugins: 'exportpdf',
3232
toolbar: 'exportpdf',
33-
exportpdf_token_provider: () => { // required when using the Export to PDF plugin with Tiny Cloud.
33+
// Below option is only required when using the cloud-based Export to PDF plugin from Tiny.Cloud.
34+
// Avoid setting it up during the trial period.
35+
exportpdf_token_provider: () => {
3436
return fetch('http://localhost:3000/jwt', { // specify your token endpoint
3537
method: 'POST',
3638
headers: { 'Content-Type': 'application/json' },

0 commit comments

Comments
 (0)