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.
2 parents 0e88fa1 + 7c1a040 commit 2800a6cCopy full SHA for 2800a6c
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