-
-
Notifications
You must be signed in to change notification settings - Fork 15
Schema Options
alexandrucibotari edited this page Feb 7, 2024
·
2 revisions
A multiple selected option from a range of available options.
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 Values - A minimal allowed values.
- Max Values - A maximum allowed values.
-
Source - It can be :
- Self - Values will be provided from the schema Options field.
- And Other previously defined Enumeration Schema.
-
Options - List of available options. Every option will contain :
- Name - Name exposed in the Content Editor.
- Value - Value assigned to selected option, it will appear in APIs.