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
5 changes: 3 additions & 2 deletions 14/umbraco-forms/developer/extending/setting-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
5 changes: 3 additions & 2 deletions 15/umbraco-forms/developer/extending/setting-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
Loading