diff --git a/modules/ROOT/examples/live-demos/full-featured/example.js b/modules/ROOT/examples/live-demos/full-featured/example.js index 7f03b19dfd..fb27acaae7 100644 --- a/modules/ROOT/examples/live-demos/full-featured/example.js +++ b/modules/ROOT/examples/live-demos/full-featured/example.js @@ -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: [ { diff --git a/modules/ROOT/examples/live-demos/full-featured/index.js b/modules/ROOT/examples/live-demos/full-featured/index.js index d953e01080..75c9d0f312 100644 --- a/modules/ROOT/examples/live-demos/full-featured/index.js +++ b/modules/ROOT/examples/live-demos/full-featured/index.js @@ -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, diff --git a/modules/ROOT/pages/uploadcare.adoc b/modules/ROOT/pages/uploadcare.adoc index 323fd687fe..4fb96f4648 100644 --- a/modules/ROOT/pages/uploadcare.adoc +++ b/modules/ROOT/pages/uploadcare.adoc @@ -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 @@ -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 @@ -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: '', + uploadcare_public_key: '', // Required for Uploadcare integration // uploadcare_signed_upload_auth_provider: (_publicKey) => Promise.resolve({ // signature: 'sig', // expire: 123 @@ -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"] |=== @@ -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]