I have a text element that I am using Twig (I think) to change the content based on language local, so I don’t want any html tags added like <p> and </br> in the output. If I go to edit this text it always opens directly to the Rich Text editor and adds the previously mentioned tags to the the code. So I then have to switch to the HTML editor and remove all the added tags and then do my edits. This is really annoying, I was wondering if there is a way to force the text element to not open in the Rick Text editor, or some other way to set this up.
I had thought about using a raw HTML element rather than a text element, but I do want all the text element controls like formatting (font, weight, etc.) so the raw HTML element is even more work to use than the removing HTML tags every time I edit the text element.

