From 0d134555deea36b575e2df7171f2a3ccdca0128d Mon Sep 17 00:00:00 2001 From: Richard Thompson Date: Tue, 6 Feb 2024 17:59:36 +0000 Subject: [PATCH] Removed stray quotes Removed some unnecessary quotes --- 12/umbraco-forms/developer/extending/adding-a-fieldtype.md | 1 - 13/umbraco-forms/developer/extending/adding-a-fieldtype.md | 1 - 2 files changed, 2 deletions(-) diff --git a/12/umbraco-forms/developer/extending/adding-a-fieldtype.md b/12/umbraco-forms/developer/extending/adding-a-fieldtype.md index 2f5696fa683..da695f7471d 100644 --- a/12/umbraco-forms/developer/extending/adding-a-fieldtype.md +++ b/12/umbraco-forms/developer/extending/adding-a-fieldtype.md @@ -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. diff --git a/13/umbraco-forms/developer/extending/adding-a-fieldtype.md b/13/umbraco-forms/developer/extending/adding-a-fieldtype.md index 2f5696fa683..da695f7471d 100644 --- a/13/umbraco-forms/developer/extending/adding-a-fieldtype.md +++ b/13/umbraco-forms/developer/extending/adding-a-fieldtype.md @@ -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.