Rich G
01/05/2024, 9:51 AMSebastiaan
01/05/2024, 10:14 AM<div>{{block.data.richText.markup}}</div>
? Might work, if not, could you please post your question on the PR you linked?Mike Chambers
01/09/2024, 12:52 PMsafe_html
filter, otherwise it strips your style attributes or anything angularJs 1 thinks might be unsafe..
https://github.com/umbraco/Umbraco-CMS/blob/contrib/src/Umbraco.Web.UI.Client/src/common/filters/safehtml.filter.js
<div ng-bind-html="block.data.richText.markup | safe_html"></div>
PS There is a demo rte in the source code...
https://github.com/umbraco/Umbraco-CMS/blob/contrib/src/Umbraco.Cms.StaticAssets/wwwroot/App_Plugins/Umbraco.BlockGridEditor.DefaultCustomViews/umbBlockGridDemoRichTextBlock.html