I am currently working on implementing a content fragment model for a
use case where I want authors to be able to make multiples lines of text
with a requirement that all text is plain text. When creating the model,
I am given the option of "Single Line Text" and "Multi Line Text". The
single line text seems to be plain text but the authoring field is only
(obviously) a single line, whereas I want to be able to author multiple
lines. The Multi Line Text option seems to force the RTE by default,
...