HTML content for Text widget

Srikrishna Podduturi asked on March 7, 2022 11:46

Hi,

We are migrating our website from V12 to V13.

The HTML of Text widget in V12 is rendered directly as per below:

<div class="row swift-collection-new">
<p>New and improved collection giving you more choice!</p>
</div>

The same Text widget in V13 is rendered as below. I am using this in V13 - @await Html.Kentico().EditableAreaAsync("swift-sub_headimg")

<div class="row swift-collection-new">
<div>
<div class="fr-view">
    <p>New and improved collection giving you more choice! </p>
</div>
</div>
 </div>

Is it possible to make it so that the content is added directly as in V12. Please advise

Thanks in Advance.

   Please, sign in to be able to submit a new answer.