Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

How to enable styles dropdown plugin for Teaser component RTE description field?

Avatar

Level 1

Hi, I am trying add styles dropdown for Teaser component description (RTE) field. But though adding the styles nodes and the list style nodes, I am not getting the option in dialog for styles.

I hope i am missing some action under "uisettings" node for making style options to appear on dialog.

 

Could you please help with solution? Added the screens shot for reference.

 

krishnan7989_0-1633372333970.png

Do i need to update anything on "ui.settings" node? Please help.

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@krishnan7989 
Under uisettings node, do you have toolbar property under 'inline' node?

Make sure in the toolbar property you have '#styles' as one of the values.

And under popovers node, make sure you have a styles node

//Eg:
<styles
       jcr:primaryType="nt:unstructured"
       items="styles:getStyles:styles-pulldown"
       ref="styles"/>

See this for example too - https://aem4beginner.blogspot.com/how-to-add-rteplugins-for-touch-ui-rich

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

@krishnan7989 
Under uisettings node, do you have toolbar property under 'inline' node?

Make sure in the toolbar property you have '#styles' as one of the values.

And under popovers node, make sure you have a styles node

//Eg:
<styles
       jcr:primaryType="nt:unstructured"
       items="styles:getStyles:styles-pulldown"
       ref="styles"/>

See this for example too - https://aem4beginner.blogspot.com/how-to-add-rteplugins-for-touch-ui-rich