What is the correct way to use a rich text editor in a label template?
I’ve tried the normal way like {=myRteProperty} but that just returns [object Object]
I also tried with an expression like ${myRte.markup}. That returned the html also, eg. <p>Hello</p>. I then changed to ${myRte.markup | strip-html}, but then it returned nothing.
I keep forgetting that the camel-case filters are part of 16.4 which is not out yet. It releases tomorrow, then we can update the documentation. Before then you have to use the dashes (strip-html) which only works with UFM, not UFMJS.