Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
How can I configure the Text Editor so that it doesn't replace tags such as <i> with <em>? I tried changing the following in the /components/overlays/text/text.html file and then deploying using Maven in Eclipse, but it didn't work:
Before${text.text @ context='html'}
After
${text.text @ context='unsafe'}
Solved! Go to Solution.
Hi @Codelime You will need to convert these tags into the corresponding semantic tags in RTE.
Please use the below article which has detailed steps to make it work:
http://www.sgaemsolutions.com/2019/10/accessibility-in-aem-bold-vs-strong-and.html
https://experienceleague.adobe.com/docs/experience-manager-65/administering/operations/rte-accessibl...
Hope this helps!
Thanks!
View solution in original post
Views
Likes
Replies
Like