From dab8012d0c99bd8f420b4b2f9cce64ff817a0ce8 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Tue, 15 Oct 2024 07:35:15 +0200 Subject: [PATCH 1/2] Updated details of setting types used in Forms --- 14/umbraco-forms/developer/extending/setting-types.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/14/umbraco-forms/developer/extending/setting-types.md b/14/umbraco-forms/developer/extending/setting-types.md index 6bfc825fa49..1fc97022da6 100644 --- a/14/umbraco-forms/developer/extending/setting-types.md +++ b/14/umbraco-forms/developer/extending/setting-types.md @@ -28,13 +28,14 @@ Some are defined with the Umbraco CMS and some ship with the Forms package. | Umb.PropertyEditorUi.ContentPicker.Source | CMS | Uses a content picker with the option for XPath entry | The "Save as Umbraco node" workflow | | Umb.PropertyEditorUi.Dropdown | CMS | Used for selection from a list of options | | | Umb.PropertyEditorUi.Integer | CMS | Uses numerical text box for entry | | -| Umb.PropertyEditorUi.MultipleTextString | CMS | Uses multiple text boxes for entry | Not used in core types | +| Umb.PropertyEditorUi.MediaEntityPicker | CMS | Uses a media item picker for entry | The "Send email with XSLT template" workflow | +| Umb.PropertyEditorUi.MultipleTextString | CMS | Uses multiple text boxes for entry | Not used in core types | | Umb.PropertyEditorUi.Slider | CMS | Uses a slider for range input | The "reCAPTCHAv3" field type | | Umb.PropertyEditorUi.TextArea | CMS | Uses a multiline textbox for entry | | | Umb.PropertyEditorUi.TextBox | CMS | Uses a single-line textbox for entry | | | Umb.PropertyEditorUi.TinyMCE | CMS | Uses a rich text editor for input | The "Send email" workflows | | Umb.PropertyEditorUi.Toggle | CMS | Uses a single checkbox for entry | | -| Umb.PropertyEditorUi.UploadField | CMS | Used for selection of a file | The "Send email with XSLT template" workflow | +| Umb.PropertyEditorUi.UploadField | CMS | Used for selection of a file | The "Text file" prevalue source | | Forms.PropertyEditorUi.DataTypePicker | Forms | Uses a datatype picker | The "Umbraco prevalues" prevalue source | | Forms.PropertyEditorUi.DocumentTypePicker | Forms | Uses a document picker | The "Umbraco nodes" prevalue source | | Forms.PropertyEditorUi.DocumentMapper | Forms | Used for selection of a documenttype | The "Save as Umbraco node" workflow | From 97cefab463f9496e4eef5d04c61c42487dc593ae Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Tue, 15 Oct 2024 07:36:24 +0200 Subject: [PATCH 2/2] Update for 15 --- 15/umbraco-forms/developer/extending/setting-types.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/15/umbraco-forms/developer/extending/setting-types.md b/15/umbraco-forms/developer/extending/setting-types.md index 6bfc825fa49..1fc97022da6 100644 --- a/15/umbraco-forms/developer/extending/setting-types.md +++ b/15/umbraco-forms/developer/extending/setting-types.md @@ -28,13 +28,14 @@ Some are defined with the Umbraco CMS and some ship with the Forms package. | Umb.PropertyEditorUi.ContentPicker.Source | CMS | Uses a content picker with the option for XPath entry | The "Save as Umbraco node" workflow | | Umb.PropertyEditorUi.Dropdown | CMS | Used for selection from a list of options | | | Umb.PropertyEditorUi.Integer | CMS | Uses numerical text box for entry | | -| Umb.PropertyEditorUi.MultipleTextString | CMS | Uses multiple text boxes for entry | Not used in core types | +| Umb.PropertyEditorUi.MediaEntityPicker | CMS | Uses a media item picker for entry | The "Send email with XSLT template" workflow | +| Umb.PropertyEditorUi.MultipleTextString | CMS | Uses multiple text boxes for entry | Not used in core types | | Umb.PropertyEditorUi.Slider | CMS | Uses a slider for range input | The "reCAPTCHAv3" field type | | Umb.PropertyEditorUi.TextArea | CMS | Uses a multiline textbox for entry | | | Umb.PropertyEditorUi.TextBox | CMS | Uses a single-line textbox for entry | | | Umb.PropertyEditorUi.TinyMCE | CMS | Uses a rich text editor for input | The "Send email" workflows | | Umb.PropertyEditorUi.Toggle | CMS | Uses a single checkbox for entry | | -| Umb.PropertyEditorUi.UploadField | CMS | Used for selection of a file | The "Send email with XSLT template" workflow | +| Umb.PropertyEditorUi.UploadField | CMS | Used for selection of a file | The "Text file" prevalue source | | Forms.PropertyEditorUi.DataTypePicker | Forms | Uses a datatype picker | The "Umbraco prevalues" prevalue source | | Forms.PropertyEditorUi.DocumentTypePicker | Forms | Uses a document picker | The "Umbraco nodes" prevalue source | | Forms.PropertyEditorUi.DocumentMapper | Forms | Used for selection of a documenttype | The "Save as Umbraco node" workflow |