Skip to content

Commit 591624a

Browse files
committed
Fixes
1 parent 894d9fe commit 591624a

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,9 @@ Most of the above setting types are used in one or more field, prevalue source a
5050

5151
## Additional setting types
5252

53-
Some types we don't use within the package, but we make it available for developers to use when creating their own types.
53+
Some types we don't use within the package, but we make available for developers to use when creating their own types.
5454

55-
For example `Forms.PropertyEditorUi.TextWithFieldPicker` we make available for developers to use when creating their own types.
56-
57-
It offers the option of text field entry or the selection of a field from the form. This can be useful in workflows where you need to reference the value of a specific field.
55+
For example `Forms.PropertyEditorUi.TextWithFieldPicker`. This offers the option of text field entry or the selection of a field from the form. This can be useful in workflows where you need to reference the value of a specific field.
5856

5957
![Text with field picker](./images/text-with-field-picker.png)
6058

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

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,9 @@ Most of the above setting types are used in one or more field, prevalue source a
5050

5151
## Additional setting types
5252

53-
Some types we don't use within the package, but we make it available for developers to use when creating their own types.
53+
Some types we don't use within the package, but we make available for developers to use when creating their own types.
5454

55-
For example `Forms.PropertyEditorUi.TextWithFieldPicker` we make available for developers to use when creating their own types.
56-
57-
It offers the option of text field entry or the selection of a field from the form. This can be useful in workflows where you need to reference the value of a specific field.
55+
For example `Forms.PropertyEditorUi.TextWithFieldPicker`. This offers the option of text field entry or the selection of a field from the form. This can be useful in workflows where you need to reference the value of a specific field.
5856

5957
![Text with field picker](./images/text-with-field-picker.png)
6058

0 commit comments

Comments
 (0)