Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Image upload option disabled in in RTE plugin

Avatar

Level 1

Hi,

I am trying to insert an image in the RTE plugin dialog but the image options is disabled, can anyone tell me how can I enable that ?

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

First thing as Scott suggested, RTE for text editor. you should use different component for image.

or you can have RTE and then give parsys. so that image component can be added there.

see how we have used parsys here:

https://helpx.adobe.com/experience-manager/using/htl_image_text.html

however previously in classic UI it was there. if you still want to use it.

please use below property in you RTE component.

useFixedInlineToolbar="{Boolean}true"

sling:resourceType="cq/gui/components/authoring/dialog/richtext"

~ Prince

View solution in original post

2 Replies

Avatar

Level 10

To place an image into an AEM web page, best practice is to use the Core Image component. RTE is for text, not images.

For RTE plug-ins and understand them - see this document: Configuring Experience Manager Rich Text Editor Plugins in a Touch UI Component Dialog .

Avatar

Correct answer by
Community Advisor

First thing as Scott suggested, RTE for text editor. you should use different component for image.

or you can have RTE and then give parsys. so that image component can be added there.

see how we have used parsys here:

https://helpx.adobe.com/experience-manager/using/htl_image_text.html

however previously in classic UI it was there. if you still want to use it.

please use below property in you RTE component.

useFixedInlineToolbar="{Boolean}true"

sling:resourceType="cq/gui/components/authoring/dialog/richtext"

~ Prince