Options
Here you can find all non-specific options that can be applied to all fields as well as all common options that can be applied to all of them. Common options are options that apply to every field and they will not be mentioned in any of the field descriptions. Non-specific options are ones that must not affect the field if not specified in its description.
Common options:
Required (field name - required (boolean)) - sets that the value cannot be empty and automatically applies the Required Validator
Editable (field name - readonly (boolean)) - if the value of the field can be changed
Searchable (field name - is_searchable (boolean)) - if the value of the field can be searched in the table view
Non-specific options:
Escapable (field name - escapable (boolean)) - this means that the value that is imputed must be escaped form html symbols when saved in the database
MaxNumberOfCharacters (field name - maxlen (integer)) - sets the maximum number of characters that a field can contain.