I am very puzzled.
I am using the EDITOR component, it works well for the ADD and EDIT actions, but for VIEW, I don't think I understand the philosophy of its implementation because when I set "readonly: true", it shows the content of the fields without any transformation or a very simple transformation (field datetime).
Also, the "developed components" for processing the fields are executed when it is not in "readonly: true" mode, so this situation cannot be used either.
At this moment I am with a MEMO/TextArea field, which since it is multi-line has "\n" characters, but which does not translate to line breaks.
The problem is that I cannot do the external transformation and generate an HTML that shows what I need, since it "escapes" all the texts.
What is planned for these cases?