Skip to content

Commit afba5ae

Browse files
authored
DOC-3166: Various copy edits and improvements. (#3651)
* DOC-3166: Image Optimizer minor copy edits and improvements. * DOC:3166: remove skin oxide-dark from full feature demo.
1 parent ea1e4ad commit afba5ae

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

modules/ROOT/examples/live-demos/full-featured/example.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ tinymce.init({
110110
content_style: '.mymention{ color: gray; }',
111111
contextmenu: 'link image editimage table configurepermanentpen',
112112
a11y_advanced_options: true,
113-
skin: 'oxide-dark',
114113
autocorrect_capitalize: true,
115114
mergetags_list: [
116115
{

modules/ROOT/examples/live-demos/full-featured/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,6 @@ tinymce.ScriptLoader.loadScripts(['https://cdn.jsdelivr.net/npm/faker@5/dist/fak
522522
'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }',
523523
contextmenu: 'link image editimage table spellchecker configurepermanentpen',
524524
a11y_advanced_options: true,
525-
skin: 'oxide-dark',
526525
mentions_selector: '.mymention',
527526
mentions_fetch: mentions_fetch,
528527
mentions_menu_hover: mentions_menu_hover,

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)