Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion 12/umbraco-forms/developer/extending/adding-a-fieldtype.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ In the constructor, or via overridden properties, we can specify details of the
- `SupportsPreValues` - indicates whether prevalues are supported by the field (defaults to `false`).
- `FieldTypeViewName` - indicates the name of the partial view used to render the field.
- `RenderInputType`- indicates how the field should be rendered within the theme, as defined with the `RenderInputType` enum. The default is `Single` for a single input field. `Multiple` should be used for multiple input fields such as checkbox lists. `Custom` is used for fields without visible input fields.
- ``

You will then need to register this new field as a dependency.

Expand Down
1 change: 0 additions & 1 deletion 13/umbraco-forms/developer/extending/adding-a-fieldtype.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ In the constructor, or via overridden properties, we can specify details of the
- `SupportsPreValues` - indicates whether prevalues are supported by the field (defaults to `false`).
- `FieldTypeViewName` - indicates the name of the partial view used to render the field.
- `RenderInputType`- indicates how the field should be rendered within the theme, as defined with the `RenderInputType` enum. The default is `Single` for a single input field. `Multiple` should be used for multiple input fields such as checkbox lists. `Custom` is used for fields without visible input fields.
- ``

You will then need to register this new field as a dependency.

Expand Down