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 17c27b8 commit c516a3fCopy full SHA for c516a3f
modules/ROOT/partials/configuration/uploadcare.adoc
@@ -45,6 +45,10 @@ Use this option if you want to ensure secure uploads or restrict file access usi
45
[source,js]
46
----
47
tinymce.init({
48
+ selector: "textarea",
49
+ plugins: 'uploadcare',
50
+ toolbar: 'uploadcare',
51
+ uploadcare_public_key: '<your-public-key>',
52
uploadcare_signature_provider: (_publicKey) => Promise.resolve({ signature: 'sig', expire: 123 }),
53
});
54
0 commit comments