Hi All,
I'm facing the issue when i try to add some custom class and section tag by using the source edit option , I am trying to edit the HTML in the RTE Field and Modify the tags and adding the section tag. once i close the source edit option and then reopen the dialog, section tag is getting vanished what is the problem in that how i can resolve this one.
Before Saving the HTML in Source Edit
<section class="class-test-one">
<div class="class-test-two">
<h1 class="fs-24">Test</h1>
</div>
</section>
After Saved and reopened the dialog
<div class="class-test-two">
<h1 class="fs-24">Test</h1>
</div>
Regards
Nandheswara