Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

RTE UI Plugins are not showing up

Avatar

Level 4

Dialog for Touch UI RTE field . 

 

<text jcr:primaryType="nt:unstructured" sling:resourceType="cq/gui/components/authoring/dialog/richtext" fieldLabel="Text" name="./text" required="{Boolean}true"> <rtePlugins jcr:primaryType="nt:unstructured"> <format jcr:primaryType="nt:unstructured" features="*"/> <misctools jcr:primaryType="nt:unstructured" features="*"/> <spellcheck jcr:primaryType="nt:unstructured" features="*"/> </rtePlugins> </text>

 

I only see default RTE and not additional plugins , is there a different way to include RTE plugins for Touch UI 

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi,

Can you look into this article, which tells how to configure RTE Plugins in Touch UI. You can easily learn how to create the RTE plugins for Touch UI step by step!!

https://helpx.adobe.com/experience-manager/using/configure-touchui-rte.html

Thanks,
Ratna Kumar.

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

Hi,

Can you look into this article, which tells how to configure RTE Plugins in Touch UI. You can easily learn how to create the RTE plugins for Touch UI step by step!!

https://helpx.adobe.com/experience-manager/using/configure-touchui-rte.html

Thanks,
Ratna Kumar.

Avatar

Level 10

In Addition to that, as you see in article, make sure you need to create RTE plugins under cq:editconfig->cq:inplaceEditing->config->rteplugins.