Adding Image alt text for images inside richtext | Community
Skip to main content
supriya-hande
Level 4
October 27, 2023
Solved

Adding Image alt text for images inside richtext

  • October 27, 2023
  • 2 replies
  • 1042 views

Hello All,

 

Is there way to add alt text for images inside RTE component in 6.5 cloud version. I followed this article: http://experience-aem.blogspot.com/2015/09/aem-61-touch-ui-rich-text-editor-rte-browse-insert-image.html
But its not working in 6.5 version. Let me know if anyone has implemented this feature.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

Hi @supriya-hande 
Could you please check following nodes for image plugin in OOTB RTE plugin

 

<rte jcr:primaryType="nt:unstructured" sling:resourceType="cq/gui/components/authoring/dialog/richtext" fieldLabel="Paragraph" name="./promoPara" useFixedInlineToolbar="{Boolean}true"> <rtePlugins jcr:primaryType="nt:unstructured"> <image jcr:primaryType="nt:unstructured" features="*"/> </rtePlugins> <uiSettings jcr:primaryType="nt:unstructured"> <cui jcr:primaryType="nt:unstructured"> <inline jcr:primaryType="nt:unstructured" toolbar="[image#imageProps]"> </inline> </cui> </uiSettings> </rte>

 

2 replies

arunpatidar
Community Advisor
arunpatidarCommunity AdvisorAccepted solution
Community Advisor
October 27, 2023

Hi @supriya-hande 
Could you please check following nodes for image plugin in OOTB RTE plugin

 

<rte jcr:primaryType="nt:unstructured" sling:resourceType="cq/gui/components/authoring/dialog/richtext" fieldLabel="Paragraph" name="./promoPara" useFixedInlineToolbar="{Boolean}true"> <rtePlugins jcr:primaryType="nt:unstructured"> <image jcr:primaryType="nt:unstructured" features="*"/> </rtePlugins> <uiSettings jcr:primaryType="nt:unstructured"> <cui jcr:primaryType="nt:unstructured"> <inline jcr:primaryType="nt:unstructured" toolbar="[image#imageProps]"> </inline> </cui> </uiSettings> </rte>

 

Arun Patidar
supriya-hande
Level 4
October 27, 2023

Hi @arunpatidar 
Thanks for you quick reply. I tried this but I cant see image plugin when I open RTE dialog. Even I drop image inside it, I cant see image plugin. There are no any errors any console. Am I missing anything? I am using AEM 6.5 SDK local setup.

Thanks,

Supriya

kautuk_sahni
Community Manager
Community Manager
October 30, 2023

@supriya-hande Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.

Kautuk Sahni