Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

Not able to see styles plugin in richtext editor

Avatar

Level 2

I have created a styles node under rtePlugins but not able to see it in the dialog 

hrempd_0-1648717512501.png

Here is the rte dialog

hrempd_1-1648717588349.png

 

hrempd_2-1648717640835.png

 

I'm using Adobe Experience Manager, Version 6.5.0 

 

 

1 Accepted Solution

Avatar

Correct answer by
Level 2
3 Replies

Avatar

Community Advisor

You would need to add child nodes inside the style node in order for them to appear in the RT Editor.

You would need to declare a value and then a CSS name on which styling can be applied 

Something like this:

<styles 
 jcr:primaryType="nt:unstructured"
 features="*">
  <styles jcr:primaryType="nt:unstructured">
     <sampleStyle
       jcr:primaryType="nt:unstructured"
       cssName="sample"
       text="sample description"/>
  </styles>
</styles>

 

Avatar

Level 2

Hi,

even without adding child nodes inside the style node we should still be able to see the "S" symbol right, with blank dropdown like in the screenshot below, which is not appearing in my case

hrempd_0-1648720772573.png

 

 

Avatar

Correct answer by
Level 2

This solution worked for me
rte-styles-and-edit-in-touch-ui-dialog