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 t...