I can’t really delete the content in richText to empty
When I delete all content of a specific language in richText until it’s empty,
I expect it to be truly empty and use the default language string.
However, in reality, richText receives a string like ‘< p >< br ></ p>’,
which causes the builder API to recognize the richText as having content and not use the default value.
Is there a solution for this?