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

Classic UI RTE feature into Touch UI RTE

Avatar

Level 3

Hello people,

 

we are in need to implement below Classic UI feature (Ordered List → List Properties, Restart, Continue Numbering) into Touch UI. If someone has any idea how we can implement that, please do share.

 

NL_Classic.jpg

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi  @Jangra98 

 

I've looked at the List plugin in the Touch UI granite richtext.js, and I don't see the 3 options you're looking for available in OOTB. You need to write a custom plugin by extending the CUI.rte.plugins.ListPlugin. Please refer to the blog I've written on RTE Plugins for AEM; it has some great information that may help you with some direction. 

 

Thanks

Lokesh

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi  @Jangra98 

 

I've looked at the List plugin in the Touch UI granite richtext.js, and I don't see the 3 options you're looking for available in OOTB. You need to write a custom plugin by extending the CUI.rte.plugins.ListPlugin. Please refer to the blog I've written on RTE Plugins for AEM; it has some great information that may help you with some direction. 

 

Thanks

Lokesh