Paraformat is getting disabled after using list with headings
Views
Replies
Total Likes
Hi @vvl1 ,
OOTB component works well, It looks like some issues in your customized component. Can you please check if there is any overriden JS causes this issue? Also check if any error in developer console.
Regards,
Santosh
There is no existing overriden JS and its AEM 6.5 version
@vvl1 Tested it on AEM 6.5.0 and 6.5.12, it is working as designed. PFB the screenshot.
As suggested by @SantoshSai please check for the js error if any in the developer console.
But if you are looking foward for the ordered list and that having the heading and paragraph below it
e.g.
In this case you need to create something custom and OOTB will not work over here, as for both ordered and unordered field a new <ul> or <ol> tag will be created if there is a break in between
Thanks
@ShaileshBassi and @SantoshSai
I guess i understood the question here. @vvl1 wanted to have the headings inside the List.
For ex: as shown below the highlighted one should in headings and the next content in a paragraph.
Even when i tried with OOTB seems like an issue for me also. On trying to highlight the heading the paraformat is disabled.
This seems to be related to- https://github.com/AdobeDocs/experience-manager-65.en/issues/225
@Manu_Mathew_ it is a product issue. Is there any way to override it through js?
It is never advisable to over lay the OOTB JS and write the custom functionality for the same. Only if any validations are required we can do it or else we should not.
Recommend you to write a custom component to achieve this. As follows
Thank you for the Suggestion.
This helps
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies