Skip to content

Commit 2e137fe

Browse files
authored
Merge pull request #6557 from AndyButland/forms/additional-setting-types
Updated details of setting types used in Forms
2 parents 5d72634 + 97cefab commit 2e137fe

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
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 |

15/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)