Skip to content

Schema TextArea

alexandrucibotari edited this page Oct 21, 2023 · 1 revision

A basic string expected to contain multi lines. Typically use for summary, description etc. In case you need to fit one line text use Text Kind.

Schema TextArea Kind

In the Edit Field form you can find the next fields :

  • Name - Unique field name in the Schema, it will appear in the generated model in APIs
  • Display Name - Name exposed in the Content Editor.
  • Required - Mark the field required in the Content Editor.
  • Translatable - Mark field to have a different value for each locale in the Content Editor.
  • Description - Description exposed in the Content Editor.
  • Default Value - The value applied at Content Creation.
  • Min Length - A minimal number of characters required.
  • Max Length - A maximum number of characters allowed.
Clone this wiki locally