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.
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?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies