Content from Rich Text Block Items is "empty" when the rich property is in an Umbraco.BlockList item
Umbraco version 13.1.1
When I am using Umbraco.Cms.Core.Models.Blocks.RichTextBlockItem's on properties that are directly on a node then are rendered fine in the frontend using Model.Value("rteProperty").
But when the RTE property is on a Umbraco.BlockList item then in the frontend it just renders the same as I can see in the backend in HTML source if the RTE. Something like:
Content from Rich Text Block Items is "empty" when the rich property is in an Umbraco.BlockList item
Umbraco version 13.1.1
When I am using Umbraco.Cms.Core.Models.Blocks.RichTextBlockItem's on properties that are directly on a node then are rendered fine in the frontend using Model.Value("rteProperty").
But when the RTE property is on a Umbraco.BlockList item then in the frontend it just renders the same as I can see in the backend in HTML source if the RTE. Something like:
Sometimes it works when I have just create the block list item, but if I edit it then the frontend is showing
This is my code for the block list item (Model.Content.Value("text") holds the RichTextBlockItem):
It's fixed in 13.2 https://github.com/umbraco/Umbraco-CMS/pull/15583
Thanks - I upgraded to 13.2.0-rc and it works :)
is working on a reply...