Text/TextAreaField

Hi Support
I want to add some text to the UI.
I’ve used Text() before for single lines, and from the documentation i was understanding that i can use TextAreaField() for multiple lines.
I was expecting this to allow for more like a block of text and use \n etc
But this doesnt seem to work. Am i interpreting the documentation incorrectly?

I want to basically have something that looks like:
parameter 1 = blah blah blah blah
parameter 2 = blah blah blah

Hi Natalie,

You are correct that the Text can be used to add static text in the UI. Please see Layout & styling - Style text using Markdown | VIKTOR Documentation for multiline string syntax!

The TextAreaField is an input field, and will therefore also be present in the params, in contrast to the static Text text.