Umb 13.0.3
Migrated content from a V11 to a V13 site. In the V13 site, all the RTE's are displaying as shown in the graphic below in the Back Office. If I click on [object Obect] the slide out appears correctly showing the expected data and the FE shows it correctly too. The Back Office template for the RTE is as follows:-
<style>
:host {
cursor: pointer;
user-select: none;
}
section {padding: 0 2em;font-size: 1.25rem;line-height:1.75rem;}
</style>
<section class="richTextBlock_rte"
ng-click="block.edit()"
ng-focus="block.focus"
ng-bind-html="block.data.richText">
</section>
Which is the same as the V11 site which works fine.
Any advice appreciated.
Thanks.