Forum
Line break in single line text
In the blog app, I have a template using single line text (type="text") for the blog title. SInce I cant apply a text editor to this, is there a way to force a line break half way in the title?
In the blog app, I have a template using single line text (type="text") for the blog title. SInce I cant apply a text editor to this, is there a way to force a line break half way in the title?
No - it literally is a single line text field. If you need multiple lines then the
textarea
field type will do that for you.