Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ tinymce.init({
content_style: '.mymention{ color: gray; }',
contextmenu: 'link image editimage table configurepermanentpen',
a11y_advanced_options: true,
skin: 'oxide-dark',
autocorrect_capitalize: true,
mergetags_list: [
{
Expand Down
1 change: 0 additions & 1 deletion modules/ROOT/examples/live-demos/full-featured/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ tinymce.ScriptLoader.loadScripts(['https://cdn.jsdelivr.net/npm/faker@5/dist/fak
'body { font-family:Helvetica,Arial,sans-serif; font-size:16px }',
contextmenu: 'link image editimage table spellchecker configurepermanentpen',
a11y_advanced_options: true,
skin: 'oxide-dark',
mentions_selector: '.mymention',
mentions_fetch: mentions_fetch,
mentions_menu_hover: mentions_menu_hover,
Expand Down
15 changes: 7 additions & 8 deletions modules/ROOT/pages/uploadcare.adoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= {pluginname} plugin
:navtitle: Image Optimizer Powered by Uploadcare
:description: The Image Optimizer Powered by Uploadcare plugin allows you to optimize images in your content.
:description_short:
:description_short: optimize images in your content.
:plugincode: uploadcare
:pluginname: Image Optimizer Powered by Uploadcare
:keywords: plugin, {plugincode}, image, align, transform, alt text, caption, adjust, filter
Expand All @@ -13,7 +13,7 @@ include::partial$misc/admon-requires-7.6v.adoc[]

== Overview

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

== Key benefits

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

== Basic setup

To add the {pluginname} plugin to the editor, add `{plugincode}` to the `plugins` option in the editor configuration.

For example:
To add the {pluginname} plugin to the editor, include `{plugincode}` in the `plugins` option in the editor configuration.

.Example
[source,js]
----
tinymce.init({
selector: 'textarea',
plugins: 'uploadcare',
toolbar: 'uploadcare',
uploadcare_public_key: '<your-public-key>',
uploadcare_public_key: '<your-public-key>', // Required for Uploadcare integration
// uploadcare_signed_upload_auth_provider: (_publicKey) => Promise.resolve({
// signature: 'sig',
// expire: 123
Expand All @@ -53,7 +52,7 @@ The {pluginname} plugin overrides the xref:quickbars.adoc[Quickbar] quickimage t

== Image Operations

Below is an overview of the features of the {pluginname} plugin includes for image optimization:
Below is an overview of the features provided by the {pluginname} plugin for image optimization:

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

== Options

The following configuration options affect the behavior of the {pluginname} plugin.
The following configuration options affect the behavior of the {pluginname} plugin:

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

Expand Down