I've created a Rich Text Editor which accepts the option to place a specific block. I've created a view within Views/Partials/RichText/Components/MyBlockName.cshtml, but when I look at what's rendered on the page, all I see is
It seems that when inserting a block in the RTE it adds the class "class="ng-scope ng-isolate-scope"" , but this does not match with the regex with is responsible for replacing the blocks with the real content.
Maarten
02/02/2024, 2:24 PM
Anyone experienced the same issue?
Maarten
02/02/2024, 2:36 PM
Just tested on a clean install, and the same is happening there.