-
-
Notifications
You must be signed in to change notification settings - Fork 15
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.
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.