Skip to content

Commit 7748d91

Browse files
kemister85Farzad Hayat
andauthored
Update modules/ROOT/partials/configuration/uploadcare.adoc
Co-authored-by: Farzad Hayat <[email protected]>
1 parent f26efa6 commit 7748d91

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

modules/ROOT/partials/configuration/uploadcare.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,11 @@ Customize this array to include only the widths you need for your application. F
7676
[source,js]
7777
----
7878
tinymce.init({
79-
uploadcare_srcset_steps: [100, 200, 300, 500]
79+
selector: 'textarea',
80+
plugins: 'uploadcare',
81+
toolbar: 'uploadcare',
82+
uploadcare_public_key: '<your-public-key>',
83+
uploadcare_srcset_steps: [100, 200, 300, 500],
8084
});
8185
----
8286

0 commit comments

Comments
 (0)