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 c46382c commit 489a5fbCopy full SHA for 489a5fb
modules/ROOT/pages/exportpdf.adoc
@@ -30,7 +30,9 @@ tinymce.init({
30
selector: 'textarea',
31
plugins: 'exportpdf',
32
toolbar: 'exportpdf',
33
- exportpdf_token_provider: () => { // required when using the Export to PDF plugin with Tiny Cloud.
+// 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: () => {
36
return fetch('http://localhost:3000/jwt', { // specify your token endpoint
37
method: 'POST',
38
headers: { 'Content-Type': 'application/json' },
0 commit comments