Image upload option disabled in in RTE plugin | Adobe Higher Education
Skip to main content
February 25, 2019
解決済み

Image upload option disabled in in RTE plugin

  • February 25, 2019
  • 2 の返信
  • 2687 ビュー

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 ?

このトピックへの返信は締め切られました。
ベストアンサー Prince_Shivhare

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

2 の返信

smacdonald2008
Level 10
February 25, 2019

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 .

Prince_Shivhare
Community Advisor
Community Advisor
February 26, 2019

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