You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The **Image Optimizer** plugin offers a range of powerful features for image hosting, serving, and editing. These include responsive image delivery, automatic image format selection, automatic compression, and non-destructive image transformations and adjustments, all powered by link:https://uploadcare.com[Uploadcare].
16
+
The **Image Optimizer** plugin offers a range of powerful features for image hosting, serving, and editing. These include responsive image delivery, automatic image format selection, automatic compression, and non-destructive image transformations and adjustments, all powered by link:https://uploadcare.com[Uploadcare^].
17
17
18
18
== Key benefits
19
19
@@ -28,17 +28,16 @@ liveDemo::{plugincode}[]
28
28
29
29
== Basic setup
30
30
31
-
To add the {pluginname} plugin to the editor, add `{plugincode}` to the `plugins` option in the editor configuration.
32
-
33
-
For example:
31
+
To add the {pluginname} plugin to the editor, include `{plugincode}` in the `plugins` option in the editor configuration.
34
32
33
+
.Example
35
34
[source,js]
36
35
----
37
36
tinymce.init({
38
37
selector: 'textarea',
39
38
plugins: 'uploadcare',
40
39
toolbar: 'uploadcare',
41
-
uploadcare_public_key: '<your-public-key>',
40
+
uploadcare_public_key: '<your-public-key>', // Required for Uploadcare integration
0 commit comments