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

AEM rte list plugin configuration for roman numbers (i,ii,iii,iv) and letters (a,b,c)?

Avatar

Level 1

what is the AEM rte plugin configuration for list roman numbers (i,ii,iii,iv) and letters (a,b,c) ? i know that we already have rte plugin list configuration for numbers and bullets in out of the box.but do we plugins for ilst roman numbers (i,ii,iii,iv) and letters (a,b,c). if yes, please let me know how to configure.else suggest java script file path for overlaying .i am using AEM 6.4

This post moved from Forum comments​ to Adobe Experience Manager. [Moderator]

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I think you can use css to achieve this. Apply a class to list and add a list-style css rule for that property.

e.g. list-style:lower-roman;

Screenshot 2019-05-23 at 10.43.21 AM.png



Arun Patidar

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

I think you can use css to achieve this. Apply a class to list and add a list-style css rule for that property.

e.g. list-style:lower-roman;

Screenshot 2019-05-23 at 10.43.21 AM.png



Arun Patidar

Avatar

Level 3

Hi,

I have the same requirement but how can I show the roman list option in list drop down so that user can select roman list option.

 

Thanks

Avatar

Level 1

Hi,

I have similar requirement to add alphabeted list, so I added list-style:lower-roman; in the css with name orderedalphabet and added that class to the lists as orderedalphabet but how can I show the alphabet list option in list drop down so that user can select alphabet list option.