Skip to content

Commit 374f73a

Browse files
committed
DOC-3166: Image Optimizer minor copy edits and improvements.
1 parent ea1e4ad commit 374f73a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

modules/ROOT/pages/uploadcare.adoc

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= {pluginname} plugin
22
:navtitle: Image Optimizer Powered by Uploadcare
33
:description: The Image Optimizer Powered by Uploadcare plugin allows you to optimize images in your content.
4-
:description_short:
4+
:description_short: optimize images in your content.
55
:plugincode: uploadcare
66
:pluginname: Image Optimizer Powered by Uploadcare
77
:keywords: plugin, {plugincode}, image, align, transform, alt text, caption, adjust, filter
@@ -13,7 +13,7 @@ include::partial$misc/admon-requires-7.6v.adoc[]
1313

1414
== Overview
1515

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].
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^].
1717

1818
== Key benefits
1919

@@ -28,17 +28,16 @@ liveDemo::{plugincode}[]
2828

2929
== Basic setup
3030

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.
3432

33+
.Example
3534
[source,js]
3635
----
3736
tinymce.init({
3837
selector: 'textarea',
3938
plugins: 'uploadcare',
4039
toolbar: 'uploadcare',
41-
uploadcare_public_key: '<your-public-key>',
40+
uploadcare_public_key: '<your-public-key>', // Required for Uploadcare integration
4241
// uploadcare_signed_upload_auth_provider: (_publicKey) => Promise.resolve({
4342
// signature: 'sig',
4443
// expire: 123
@@ -53,7 +52,7 @@ The {pluginname} plugin overrides the xref:quickbars.adoc[Quickbar] quickimage t
5352

5453
== Image Operations
5554

56-
Below is an overview of the features of the {pluginname} plugin includes for image optimization:
55+
Below is an overview of the features provided by the {pluginname} plugin for image optimization:
5756

5857
[cols="1,1,^1,3",options="header"]
5958
|===
@@ -195,7 +194,7 @@ This icon will only appear when the `a11y_advanced_options` configuration option
195194

196195
== Options
197196

198-
The following configuration options affect the behavior of the {pluginname} plugin.
197+
The following configuration options affect the behavior of the {pluginname} plugin:
199198

200199
include::partial$configuration/uploadcare_public_key.adoc[leveloffset=+1]
201200

0 commit comments

Comments
 (0)