Hi,I am using OOTB rich text component. After editing the component with
HTML code tag got stripped out after submitting the ok button.
Please suggest some steps or conf to retain the div ID tag.I have tried
the below steps,Approach1:1) Under
/apps//my_text/dialog/items create
htmlRules/serializer/config nodes of type nt:unstructured. So, will end
up with
/apps//my_text/dialog/items/htmlRules/serializer/config.2)
Under "config" node create idAttribMode property and set it to "keep".
Approach2:I...