Skip to content

Commit 8924893

Browse files
author
Farzad Hayatbakhsh
committed
DOC-2597: Add admonition with link to Signed Uploads starter project
1 parent d16c1bf commit 8924893

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

modules/ROOT/partials/configuration/uploadcare_signed_upload_auth_provider.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,19 @@ tinymce.init({
1818
plugins: 'uploadcare',
1919
toolbar: 'uploadcare',
2020
uploadcare_public_key: '<your-public-key>',
21-
uploadcare_signed_upload_auth_provider: (_publicKey) => Promise.resolve({
21+
uploadcare_signed_upload_auth_provider: (publicKey) => Promise.resolve({
2222
signature: 'sig',
2323
expire: 123
2424
}),
2525
});
2626
----
2727

28+
[TIP]
29+
.Starter Project
30+
====
31+
To get started quickly and understand how Uploadcare Signed Uploads integrates with {productname} {pluginname}, {companyname} recommends trying the starter project on GitHub to set up {pluginname} with Signed Uploads. Just clone the repository and follow the steps to set up the project. The link will take you to the GitHub page for the starter project, where the source code is available for you to view: link:https://github.com/tinymce/tinymce-uploadcare-signed-uploads-starter[{productname} {pluginname} Signed Uploads Starter Project].
32+
====
33+
2834
[IMPORTANT]
2935
====
3036
{companyname} recommends configuring the `uploadcare_signed_upload_auth_provider` option to secure uploads and prevent misuse of your Uploadcare `uploadcare_public_key`. This option is essential for applications requiring:

0 commit comments

Comments
 (0)