Skip to content

Commit 79880a6

Browse files
Update modules/ROOT/partials/docker/image-proxy-service/image-proxy-service-installation.adoc
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 237f01e commit 79880a6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

modules/ROOT/partials/docker/image-proxy-service/image-proxy-service-installation.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,9 @@ To do this, configure the {pluginname} feature in the editor and call it via `ti
197197
[source, js]
198198
----
199199
tinymce.init({
200-
…,
200+
selector: 'textarea', // change this value according to your HTML
201+
toolbar: 'image',
202+
plugins: 'image editimage',
201203
editimage_cors_hosts: [ 'example.com', 'good.com' ],
202204
editimage_proxy_service_url: "http://localhost:19040"
203205
});

0 commit comments

Comments
 (0)