-
-
Notifications
You must be signed in to change notification settings - Fork 15
Schema Text
alexandrucibotari edited this page Oct 21, 2023
·
2 revisions
A basic string expected to contain one line. Typically use for titles or a very short description. In case you need to fit multi line text use 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.