Selection
Interfaces are how users interact with the fields on the content page. These are standard selection interfaces.
Select Dropdown
A field that allows a value to be selected from a list of choices.
- Types:
String
- Choices: Dropdown options
- Label: Labels to appear in the Dropdown
- Value: Raw value that gets stored
Datetime
Date picker with date and time selection.
- Types:
DateTime
Boolean
A field whose value can be toggled between true and false.
- Types:
Boolean
- Default Value:
true
,false