email
email
fields operate similarly to a normal string
field, but will only accept a valid email address.
Module field definition
Settings
Required
Property | Type | Default | Description |
label | String | | Sets the visible label for the field in the UI |
type | String | | Specifies the field type (email for this type) |
Optional
Property | Type | Default | Description |
help | String | n/a | Help text for the content editor |
htmlHelp | String | n/a | Help text with support for HTML markup |
required | Boolean | false | If true , the field is mandatory |
readOnly | Boolean | false | If true , prevents the user from editing the field value |
Use in templates