Skip to content

Commit 7c1a040

Browse files
authored
Fix typo in DataType description
1 parent 66bfee2 commit 7c1a040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

16/umbraco-forms/developer/extending/adding-a-fieldtype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ In the constructor or via overridden properties, we can specify details of the f
6060
* `Name` - the name of the field presented in the backoffice.
6161
* `Description` - the description of the field presented in the backoffice.
6262
* `Icon` - the icon of the field presented in the backoffice form builder user interface.
63-
* `DataType` - specifies the type of data stored by the field. Options are `String`, `LongString`, `Integer`, `DataTime` or `Bit` (boolean).
63+
* `DataType` - specifies the type of data stored by the field. Options are `String`, `LongString`, `Integer`, `DateTime` or `Bit` (boolean).
6464
* `SupportsMandatory` - indicates whether mandatory validation can be used with the field (defaults to `true`).
6565
* `MandatoryByDefault` - indicates whether the field will be mandatory by default when added to a form (defaults to `false`).
6666
* `SupportsRegex` - indicates whether pattern-based validation using regular expressions can be used with the field (defaults to `false`).

0 commit comments

Comments
 (0)