The Image Editing (editimage) plugin adds a contextual editing toolbar to images in the editor.
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).
liveDemo::edit-image[]
partial$misc/plugin-compatibility-uploadcare-image.adoc :!includedSection:
The Image Editing plugin is provided with all subscriptions to {cloudname}, including an automatically configured image proxy. Simply add image to the toolbar list and image editimage to the plugins list.
tinymce.init({
selector: 'textarea', // change this value according to your HTML
toolbar: 'image',
plugins: 'image editimage'
});To enable the {productname} Image Editing plugin:
-
Add
imageto thetoolbarlist andimage editimageto thepluginslist. -
Enable
editimage_cors_hostsandeditimage_proxy_service_urloptions as required.
The Image Editing plugin provides the following {productname} commands.