Trying to work out (and failing) why an RTE imported from a V11 site to V13, with it's partial for the FE and appsettings file for the BO shows as [object Object] in the BO. While the FE is fine and if you click on [object Object] the slide out happens correctly. The appsettings file is the same as the V11 one for RTE. I can't understand why it doesn't display properly. The dataType looks the same to me. Could someone give me a clue where to look next?
I can see the data in the BO with <pre>{{ block.data.richText | json }}</pre>. So it looks like the ng-bind-html isn't working. But why?
@Craig100 You probably need to add `.markup` - it's one of the breaking changes for v13 that you're running into: https://discord-chats.umbraco.com/t/16235701/resolved-umbraco-13-block-list-custom-view-breaking-change-r
[Resolved] Umbraco 13 - Block List Custom View breaking change (RTE) umbraco #help-with-umbraco

See theres a breaking change in 13 when using RTE s with Custom Views in the back office https github com umbraco Umbraco CMS pull 15029 However it doesn t show an example of how to show the data The

[Resolved] Umbraco 13 - Block List Custom View breaking change (RTE) umbraco #help-with-umbraco