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
7 changes: 5 additions & 2 deletions modules/ROOT/pages/editimage.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,18 @@ The {pluginname} (`{plugincode}`) plugin adds a contextual editing toolbar to im

If the toolbar does not appear after clicking on an image, you may need to enable `+editimage_cors_hosts+` or `+editimage_proxy_service_url+` (see below).

NOTE: In previous versions of {productname}, the {pluginname} plugin was provided as an open source plugin known as the Image Tools plugin.


== Interactive example

liveDemo::edit-image[]

include::partial$misc/admon-svg-not-supported.adoc[]

// include::partial$misc/purchase-premium-plugins.adoc[]
:includedSection: editimagePlugin
include::partial$misc/plugin-compatibility-uploadcare-image.adoc[]
:!includedSection:


== Cloud Installation

Expand Down
4 changes: 4 additions & 0 deletions modules/ROOT/pages/image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ tinymce.init({

NOTE: This is not drag-drop functionality and the user is required to enter the path to the image. Optionally the user can also enter the image description, dimensions, and whether image proportions should be constrained (selected via a checkbox). Some of these settings can be preset using the plugin's configuration options.

:includedSection: imagePlugin
include::partial$misc/plugin-compatibility-uploadcare-image.adoc[]
:!includedSection:

include::partial$misc/admon-svg-not-supported.adoc[]

== Options
Expand Down
5 changes: 5 additions & 0 deletions modules/ROOT/pages/uploadcare.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ The **Image Optimizer** plugin offers a range of powerful features for image hos

liveDemo::{plugincode}[]

:includedSection: uploadcarePlugin
include::partial$misc/plugin-compatibility-uploadcare-image.adoc[]
:!includedSection:

== Basic setup

To add the {pluginname} plugin to the editor, include `{plugincode}` in the `plugins` option in the editor configuration.
Expand All @@ -50,6 +54,7 @@ tinymce.init({
The {pluginname} plugin overrides the xref:quickbars.adoc[Quickbar] quickimage toolbar item. To ensure a better user experience and to avoid having two image buttons configure `quickbars_insert_toolbar` to omit the `quickimage` toolbar item.
====


== Image Operations

Below is an overview of the features provided by the {pluginname} plugin for image optimization:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
[WARNING]
====
**Plugin Compatibility Issues**

The xref:uploadcare.adoc[Image Optimizer Powered by Uploadcare] premium plugin cannot be configured together with the xref:image.adoc[Image] and xref:editimage.adoc[Image Editing] plugins. These plugins have conflicting functionalities that prevent proper image editing operations.

**Recommended Solutions:**

* Configure either the xref:image.adoc[Image] and xref:editimage.adoc[Image Editing] plugins together, or
* Configure the xref:uploadcare.adoc[Image Optimizer Powered by Uploadcare] plugin as the sole image handler for all images.

If all three plugins are enabled, editor notification: "Unable to initialize uploadcare due to the presence of incompatible plugins. Details are in the browser console." will be shown along with a console error: "Unable to initialize uploadcare due to the presence of incompatible plugins: image, editimage".
====