For the complete documentation index, see llms.txt. This page is also available as Markdown.

Text Area

The textarea element is used for longer pieces of content

It's ideal for descriptions, articles and blog posts, and for longer pieces of text

This element behaves as a WYSIWYG (What You See Is What You Get) field

Textarea element properties:

  • Required: if selected, this element becomes required and cannot be left empty

  • JSON: if selected, identifies the text element as a JSON

  • Min: it defines the minimum number of characters allowed and activates a validation in the dashboard to verify the parameter has been respected

  • Max: it defines the maximum number of characters allowed and activates a validation in the dashboard to verify the parameter has been respected

Last updated