Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Text component not providing bullet point experience

Avatar

Level 2

Hi Dev team,

         i was trying to author the text component (sling:resourceSuperType core/wcm/components/text/v2/text), in authoring mode we were able to author bullet List as shown in screen below.

RajaT_1-1745908948191.png

but when we mark it as done,the bullet list were not showning (Please reffer below screenshot), same behaviour for table authoring as well any idea?

RajaT_2-1745909024517.png

 

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hello @Raja-T 

 

Since you mentioned that <ul><li> is retained and also visible of reopening the dialog, it might not be a plugin issue.

 

You should cross-check the CSS.


Aanchal Sikka

View solution in original post

4 Replies

Avatar

Community Advisor

Hi @Raja-T 

Please use browser debugger to check.

Seems like list styles is overriden by your project CSS. you might be using custom bullet for list or no list style within a section.

Arun Patidar

AEM LinksLinkedIn

Avatar

Community Advisor

@Raja-T 

 

1. Inspect HTML and verify if the <ul> <li> tags are available like:

<ul>
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ul>

2. Reopen the dialog and verify if the text still appears with the bullets.

 

If answer is yes for both, then its the CSS that would be causing this.

 

However, if the <ul><li> tags are removed, please check "htmlRules.doctype. tagBlacklist" under RTE Plugin node https://experienceleague.adobe.com/en/docs/experience-manager-65/content/sites/administering/operati...

 

https://experienceleague.adobe.com/docs/events/assets/aem-gems-aem-rte-04172019.pdf 


Aanchal Sikka

Avatar

Level 2

Hi @aanchal-sikka , as suggested, above two point are valid in my Text component.

please find the structure of my text component.Could you please help any other reffrences of open AEM projects to check this same text compenent.

RajaT_0-1745916700460.png

 

Avatar

Correct answer by
Community Advisor

Hello @Raja-T 

 

Since you mentioned that <ul><li> is retained and also visible of reopening the dialog, it might not be a plugin issue.

 

You should cross-check the CSS.


Aanchal Sikka