Skip to content

Commit dab8012

Browse files
committed
Updated details of setting types used in Forms
1 parent b4247c2 commit dab8012

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

14/umbraco-forms/developer/extending/setting-types.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,14 @@ Some are defined with the Umbraco CMS and some ship with the Forms package.
2828
| Umb.PropertyEditorUi.ContentPicker.Source | CMS | Uses a content picker with the option for XPath entry | The "Save as Umbraco node" workflow |
2929
| Umb.PropertyEditorUi.Dropdown | CMS | Used for selection from a list of options | |
3030
| Umb.PropertyEditorUi.Integer | CMS | Uses numerical text box for entry | |
31-
| Umb.PropertyEditorUi.MultipleTextString | CMS | Uses multiple text boxes for entry | Not used in core types |
31+
| Umb.PropertyEditorUi.MediaEntityPicker | CMS | Uses a media item picker for entry | The "Send email with XSLT template" workflow |
32+
| Umb.PropertyEditorUi.MultipleTextString | CMS | Uses multiple text boxes for entry | Not used in core types |
3233
| Umb.PropertyEditorUi.Slider | CMS | Uses a slider for range input | The "reCAPTCHAv3" field type |
3334
| Umb.PropertyEditorUi.TextArea | CMS | Uses a multiline textbox for entry | |
3435
| Umb.PropertyEditorUi.TextBox | CMS | Uses a single-line textbox for entry | |
3536
| Umb.PropertyEditorUi.TinyMCE | CMS | Uses a rich text editor for input | The "Send email" workflows |
3637
| Umb.PropertyEditorUi.Toggle | CMS | Uses a single checkbox for entry | |
37-
| Umb.PropertyEditorUi.UploadField | CMS | Used for selection of a file | The "Send email with XSLT template" workflow |
38+
| Umb.PropertyEditorUi.UploadField | CMS | Used for selection of a file | The "Text file" prevalue source |
3839
| Forms.PropertyEditorUi.DataTypePicker | Forms | Uses a datatype picker | The "Umbraco prevalues" prevalue source |
3940
| Forms.PropertyEditorUi.DocumentTypePicker | Forms | Uses a document picker | The "Umbraco nodes" prevalue source |
4041
| Forms.PropertyEditorUi.DocumentMapper | Forms | Used for selection of a documenttype | The "Save as Umbraco node" workflow |

0 commit comments

Comments
 (0)