We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66bfee2 commit 7c1a040Copy full SHA for 7c1a040
16/umbraco-forms/developer/extending/adding-a-fieldtype.md
@@ -60,7 +60,7 @@ In the constructor or via overridden properties, we can specify details of the f
60
* `Name` - the name of the field presented in the backoffice.
61
* `Description` - the description of the field presented in the backoffice.
62
* `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).
+* `DataType` - specifies the type of data stored by the field. Options are `String`, `LongString`, `Integer`, `DateTime` or `Bit` (boolean).
64
* `SupportsMandatory` - indicates whether mandatory validation can be used with the field (defaults to `true`).
65
* `MandatoryByDefault` - indicates whether the field will be mandatory by default when added to a form (defaults to `false`).
66
* `SupportsRegex` - indicates whether pattern-based validation using regular expressions can be used with the field (defaults to `false`).
0 commit comments